Problem doll_noi
User bestatchinesechess
Submission Time 2025-02-22 00:31:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:17:2: error: expected ‘,’ or ‘;’ before ‘bool’
17 | bool possible = false
| ^~~~
doll_noi.cpp:18:18: error: ‘i’ was not declared in this scope
18 | for (int i = 0; i < n; i++) {
| ^