bomb.cpp: In function 'int main()':
bomb.cpp:23:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
23 | if(cnt>0 && !ujung) hor=min(hor, cnt); cnt=0;
| ^~
bomb.cpp:23:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
23 | if(cnt>0 && !ujung) hor=min(hor, cnt); cnt=0;
| ^~~
bomb.cpp:36:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
36 | if(cnt>0 && !ujung) ver=min(ver, cnt); cnt=0;
| ^~
bomb.cpp:36:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
36 | if(cnt>0 && !ujung) ver=min(ver, cnt); cnt=0;
| ^~~