Accepted
foo.cc: In function 'int main()':
foo.cc:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    8 |     for(int i=1;i<=n;i++)
      |     ^~~
foo.cc:10:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   10 |         for(int i=1;i<n;i++)
      |         ^~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 4 排序中的交换次数
 - 比赛
 - 2022暑期青少年社团(告别赛)
 - 语言
 - C++
 - 递交时间
 - 2022-08-21 19:30:42
 - 评测时间
 - 2022-08-21 19:30:42
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 279ms
 - 峰值内存
 - 256.0 KiB