Problem 0405
User Karax
Submission Time 2026-07-03 15:01:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:8:7: error: expected ‘,’ before ‘<<’ token
8 | cout << 1 << ' ';
| ^~~
| ,
0405.cpp:8:8: error: expected identifier before ‘<<’ token
8 | cout << 1 << ' ';
| ^~
0405.cpp:8:19: error: expected ‘]’ before ‘;’ token
8 | cout << 1 << ' ';
| ^
| ]
0405.cpp: In lambda function:
0405.cpp:8:19: error: expected ‘{’ before ‘;’ token
0405.cpp: At global scope:
0405.cpp:10:1: error: expected declaration before ‘}’ token
10 | }
| ^