/ 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 39ms 10.125 MiB
#2 Wrong Answer 43ms 10.125 MiB
#3 Wrong Answer 36ms 10.125 MiB
#4 Accepted 177ms 18.75 MiB
#5 Wrong Answer 503ms 48.5 MiB
#6 Accepted 679ms 55.875 MiB
#7 Accepted 743ms 56.055 MiB
#8 Wrong Answer 465ms 48.574 MiB
#9 Wrong Answer 514ms 48.5 MiB
#10 Accepted 573ms 55.875 MiB
#11 Accepted 534ms 55.98 MiB

信息

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