#include <iostream>using namespace std;// cosa stampa questo esercizioint x,y,z;int main() {x=700;z=20;x= x - (x*20/100);cout<<x; return 0;}
Standard input is empty
560
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!