Problem childsetter4
User MrPuddleVon
Submission Time 2025-06-17 09:36:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:11:22: error: expected ‘;’ before ‘cout’
11 | cin >> X[i] >> Y[i]
| ^
| ;
12 | cout << Y[i] << " " << X[i]
| ~~~~
childsetter4.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~