/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool cmp(P, P)':
/in/foo.cc:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(p.mark.size()==q.mark.size())
     ^~
/in/foo.cc:10:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         return p.mark>q.mark;
         ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 468.0 KiB
#2 Wrong Answer 2ms 496.0 KiB
#3 Wrong Answer 2ms 476.0 KiB
#4 Accepted 2ms 500.0 KiB
#5 Accepted 3ms 464.0 KiB

信息

递交者
类型
递交
题目
P1257 水王争霸
语言
C++
递交时间
2018-02-16 19:10:41
评测时间
2018-02-16 19:10:41
评测机
分数
60
总耗时
13ms
峰值内存
500.0 KiB