bomb.cpp: In function 'void check_hor()':
bomb.cpp:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
18 | if(k>0) v.pb(k); k=0;
| ^~
bomb.cpp:18:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
18 | if(k>0) v.pb(k); k=0;
| ^
bomb.cpp: In function 'void check_ver()':
bomb.cpp:32:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
32 | if(k>0) v.pb(k); k=0;
| ^~
bomb.cpp:32:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
32 | if(k>0) v.pb(k); k=0;
| ^