Problem explosives
User TheInvadr
Submission Time 2025-03-05 17:00:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

explosives.cpp: In function ‘int main()’:
explosives.cpp:38:9: error: expected ‘,’ or ‘;’ before ‘int’
38 | int j = 0;
| ^~~
explosives.cpp:41:15: error: ‘j’ was not declared in this scope
41 | while(j<N){
| ^
explosives.cpp:41:17: error: ‘N’ was not declared in this scope
41 | while(j<N){
| ^