Problem childsetter4
User Avinash
Submission Time 2025-06-18 05:55:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:12:32: error: expected ‘;’ before ‘}’ token
12 | cout << y << " " << x << "\n"
| ^
| ;
13 | }
| ~