Problem | childsetter4 |
---|---|
User | Bensamuel2008 |
Submission Time | 2025-06-17 09:55:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:9:32: error: expected ‘;’ before ‘}’ token
9 | cout << Y << " " << X << "\n"
| ^
| ;
10 | }
| ~
childsetter4.cpp:10:3: error: expected ‘}’ at end of input
10 | }
| ^
childsetter4.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^