记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(j>m) j=1;
     ^~
/in/foo.cc:19:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      q[j]+=a[i];
      ^
# 状态 耗时 内存占用
#1 Accepted 4ms 356.0 KiB
#2 Accepted 3ms 352.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 3ms 352.0 KiB
#5 Wrong Answer 1ms 384.0 KiB

信息

递交者
类型
递交
题目
排队打水
题目数据
下载
语言
C++
递交时间
2019-07-04 10:26:13
评测时间
2019-07-04 20:35:45
评测机
分数
80
总耗时
16ms
峰值内存
384.0 KiB