Problem childsetter4
User NsNassCode
Submission Time 2025-07-03 16:52:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:9:12: error: expected ‘;’ before string constant
9 | cout << y " " << x << "/n"
| ^~~~
| ;
childsetter4.cpp:10:2: error: expected ‘}’ at end of input
10 | }
| ^
childsetter4.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^