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