12345
int x, y; cin >> x; // type the value for x. cin >> y; // type the value for y. int z = x*x + y*y; cout << z << endl;
123
cout << "Input a function" ; // (we write in keyboard this) = x*x + y*y , then press ENTER. cin >> .......