记录详情

Wrong Answer

/in/foo.cc: In function 'int maxi(int, int)':
/in/foo.cc:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (p>q) return p;return q;
     ^~
/in/foo.cc:10:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if (p>q) return p;return q;
                       ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 2.344 MiB
#2 Accepted 3ms 2.25 MiB
#3 Wrong Answer 4ms 2.375 MiB
#4 Wrong Answer 4ms 2.484 MiB
#5 Wrong Answer 3ms 2.25 MiB
#6 Wrong Answer 5ms 2.375 MiB
#7 Wrong Answer 5ms 768.0 KiB
#8 Wrong Answer 6ms 2.445 MiB
#9 Wrong Answer 2ms 2.375 MiB
#10 Wrong Answer 9ms 2.594 MiB

信息

递交者
类型
递交
题目
经典环形DP 能量项链
语言
C++
递交时间
2017-08-18 15:23:26
评测时间
2017-08-18 15:23:26
评测机
分数
131072
总耗时
49ms
峰值内存
2.594 MiB