foo.cc: In function 'int main()':
foo.cc:55:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   55 |     for (int i = 0; i <= 60; i ++)
      |     ^~~
foo.cc:4:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
    4 | #define int long long
      |             ^~~~
foo.cc:57:9: note: in expansion of macro 'int'
   57 |         int tt;
      |         ^~~
foo.cc:59:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   59 |     while (tt --)
      |     ^~~~~
foo.cc:61:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   61 |         return 0;
      |         ^~~~~~
   
  
    正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务