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