foo.cc: In function 'int main()':
foo.cc:23:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
23 | if(c>30)
| ^~
foo.cc:24:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
24 | c=c-30;b++;
| ^
foo.cc:30:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
30 | if(c>29)
| ^~
foo.cc:31:12: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
31 | c=c-29;b++;
| ^
foo.cc:34:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
34 | if(c>28)
| ^~
foo.cc:35:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
35 | c=c-28;b++;
| ^
[Hydro](https://hydro.ac)提供评测服务