/ 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 15ms 10.133 MiB
#2 Wrong Answer 15ms 10.238 MiB
#3 Wrong Answer 24ms 10.125 MiB
#4 Accepted 133ms 18.777 MiB
#5 Wrong Answer 451ms 48.5 MiB
#6 Accepted 621ms 55.914 MiB
#7 Accepted 671ms 55.961 MiB
#8 Wrong Answer 462ms 48.625 MiB
#9 Wrong Answer 482ms 48.617 MiB
#10 Accepted 511ms 55.875 MiB
#11 Accepted 485ms 55.977 MiB

信息

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