You are viewing a single comment's thread. Return to all comments →
using namespace std;
int main() { int x,y,z; cin>>x>>y>>z; cout< return 0; }
Seems like cookies are disabled on this browser, please enable them to open this website
Input and Output
You are viewing a single comment's thread. Return to all comments →
include
using namespace std;
int main() { int x,y,z; cin>>x>>y>>z; cout< return 0; }