记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (t[i] >= L && t[i] <= R)
   ^~
/in/foo.cc:23:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    Surplus2 += t[i] - L;
    ^~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 348.0 KiB
#2 Accepted 252ms 3.828 MiB
#3 Accepted 1ms 208.0 KiB
#4 Accepted 1ms 208.0 KiB
#5 Accepted 2ms 208.0 KiB
#6 Accepted 1ms 208.0 KiB
#7 Wrong Answer 1ms 208.0 KiB
#8 Wrong Answer 1ms 208.0 KiB
#9 Accepted 1ms 208.0 KiB
#10 Accepted 1ms 208.0 KiB

信息

递交者
类型
递交
题目
(ty 1-3) 分组
比赛
2019-1-20寒假集训1
语言
C++
递交时间
2019-01-20 09:13:58
评测时间
2019-01-20 09:13:58
评测机
分数
80
总耗时
271ms
峰值内存
3.828 MiB