Problem doll_noi
User RandomCtfNoob
Submission Time 2025-02-10 15:54:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:18:18: error: expected ‘;’ before ‘for’
18 | bar = size[n-1]
| ^
| ;
19 | for (int j = n-1; j < 0; j--){
| ~~~
doll_noi.cpp:19:21: error: ‘j’ was not declared in this scope
19 | for (int j = n-1; j < 0; j--){
| ^