/ Vijos /

记录详情

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);
                      ^~
# 状态 耗时 内存占用
#1 Accepted 476ms 31.789 MiB
#2 Accepted 482ms 31.832 MiB
#3 Accepted 502ms 31.891 MiB
#4 Accepted 654ms 32.023 MiB
#5 Accepted 742ms 32.086 MiB
#6 Accepted 789ms 32.156 MiB
#7 Accepted 821ms 32.227 MiB
#8 Accepted 977ms 32.52 MiB
#9 Accepted 1016ms 32.488 MiB
#10 Accepted 1127ms 32.496 MiB

信息

递交者
类型
递交
题目
P2049 旧试题
语言
C++
递交时间
2021-11-02 06:11:54
评测时间
2021-11-02 06:11:54
评测机
分数
100
总耗时
7590ms
峰值内存
32.52 MiB