Problem | childsetter4 |
---|---|
User | NsNassCode |
Submission Time | 2025-07-03 16:53:40 |
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 | }
| ~