fork download
  1. #include <iostream>
  2. using namespace std;
  3. // cosa stampa questo esercizio
  4. int x,y,z;
  5. int main() {
  6. x=700;
  7. z=20;
  8. x= x - (x*20/100);
  9. cout<<x;
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
560