Problem | childsetter4 |
---|---|
User | 1SillyDE0lPhiN |
Submission Time | 2025-06-17 11:10:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:13:34: error: expected ‘;’ before ‘}’ token
13 | cout << y << " " << x << '\n'
| ^
| ;
14 | }
| ~