/ 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 27ms 10.125 MiB
#2 Wrong Answer 19ms 10.227 MiB
#3 Wrong Answer 14ms 10.242 MiB
#4 Accepted 189ms 18.875 MiB
#5 Wrong Answer 472ms 48.625 MiB
#6 Accepted 611ms 55.875 MiB
#7 Accepted 671ms 55.875 MiB
#8 Wrong Answer 420ms 48.5 MiB
#9 Wrong Answer 413ms 48.5 MiB
#10 Accepted 575ms 56.0 MiB
#11 Accepted 558ms 55.875 MiB

信息

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