/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1; i <= n; i++)
     ^~~
/in/foo.cc:21:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i = 0; i <= n; i++)
  ^~~
# 状态 耗时 内存占用
#1 Accepted 23ms 10.074 MiB
#2 Wrong Answer 23ms 10.125 MiB
#3 Wrong Answer 25ms 10.125 MiB
#4 Accepted 102ms 18.863 MiB
#5 Wrong Answer 526ms 48.75 MiB
#6 Accepted 669ms 55.875 MiB
#7 Accepted 655ms 55.875 MiB
#8 Wrong Answer 426ms 48.605 MiB
#9 Wrong Answer 445ms 48.5 MiB
#10 Accepted 646ms 55.875 MiB
#11 Accepted 562ms 55.875 MiB

信息

递交者
类型
递交
题目
P2002 采油区域
语言
C++
递交时间
2018-08-31 17:51:13
评测时间
2018-08-31 17:51:13
评测机
分数
63
总耗时
4109ms
峰值内存
55.875 MiB