Problem 4russians
User Hokageoftheleaf
Submission Time 2026-02-02 22:03:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

4russians.cpp: In function ‘int main()’:
4russians.cpp:22:16: error: ‘cite’ was not declared in this scope
22 | C[0] = 0; [cite: 18]
| ^~~~
4russians.cpp:22:20: error: expected ‘,’ before ‘:’ token
22 | C[0] = 0; [cite: 18]
| ^
| ,
4russians.cpp:22:20: error: expected identifier before ‘:’ token
4russians.cpp: In lambda function:
4russians.cpp:23:5: error: expected ‘{’ before ‘C’
23 | C[N + 1] = 0; [cite: 18]
| ^
4russians.cpp: In function ‘int main()’:
4russians.cpp:22:25: error: expected ‘;’ before ‘C’
22 | C[0] = 0; [cite: 18]
| ^
| ;
23 | C[N + 1] = 0; [cite: 18]
| ~
4russians.cpp:23:24: error: expected ‘,’ before ‘:’ token
23 | C[N + 1] = 0; [cite: 18]
| ^
|