fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int A,B,C,ABC;
  5. A=50;
  6. B=30;
  7. ABC=180;
  8. C=ABC-(A+B);
  9. cout<<"agolot e "<<C;
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0.01s 5312KB
stdin
56


stdout
agolot  e 100