Problem childsetter4
User jambusk
Submission Time 2025-06-17 09:54:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp:14:11: error: stray ‘\’ in program
14 | cout << \n << X << " " << Y
| ^
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:13:4: error: expected ‘,’ or ‘;’ before ‘string’
13 | string Y = "helloworld"
| ^~~~~~
childsetter4.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
childsetter4.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^