Problem duckbuttons
User NiXNull
Submission Time 2025-06-17 13:40:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:47:9: error: two or more data types in declaration of ‘cnt’
47 | ll int cnt = 0;
| ^~~
duckbuttons.cpp:49:3: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
49 | cnt += arr[i];
| ^~~
| int
duckbuttons.cpp:51:10: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
51 | cout << cnt;
| ^~~
| int