Problem childsetter4
User niicoletong
Submission Time 2025-06-17 10:22:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp:11:24: error: stray ‘\’ in program
11 | cout << Y << " " << X\n;
| ^
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:11:24: error: expected ‘;’ before ‘n’
11 | cout << Y << " " << X\n;
| ^~
| ;