Problem destroy
User elainagrey
Submission Time 2023-03-09 17:32:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

destroy.cpp: In function ‘int main()’:
destroy.cpp:138:3: error: ‘cnt’ was not declared in this scope; did you mean ‘cntt’?
138 | cnt++;
| ^~~
| cntt
destroy.cpp:154:9: error: redeclaration of ‘int cntt’
154 | int cntt=0;
| ^~~~
destroy.cpp:136:9: note: ‘int cntt’ previously declared here
136 | int cntt=0;
| ^~~~