| Problem | childsetter4 |
|---|---|
| User | niicoletong |
| Submission Time | 2025-06-17 10:18:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:11:23: error: expected ‘;’ before ‘}’ token
11 | cout << X << " " << Y
| ^
| ;
12 | }
| ~