bomb.cpp: In function 'int main()':
bomb.cpp:23:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
23 | if(cnt>0) tmp.pb(cnt); cnt=0;
| ^~
bomb.cpp:23:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
23 | if(cnt>0) tmp.pb(cnt); cnt=0;
| ^~~
bomb.cpp:37:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
37 | if(cnt>0) tmp.pb(cnt); cnt=0;
| ^~
bomb.cpp:37:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
37 | if(cnt>0) tmp.pb(cnt); cnt=0;
| ^~~