Accepted
/in/foo.cc: In function 'int work(int, int, int, int)': /in/foo.cc:57:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(A<B)swap(A,B);if(B<C)swap(B,C);if(A<B)swap(A,B); ^~ /in/foo.cc:57:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(A<B)swap(A,B);if(B<C)swap(B,C);if(A<B)swap(A,B); ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2049 旧试题
- 语言
- C++
- 递交时间
- 2021-11-02 06:11:54
- 评测时间
- 2021-11-02 06:11:54
- 评测机
- 分数
- 100
- 总耗时
- 7590ms
- 峰值内存
- 32.52 MiB