/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool ok(int)':
/in/foo.cc:45:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!cnt)return 1;sum(1,0);
  ^~
/in/foo.cc:45:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(!cnt)return 1;sum(1,0);
                   ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:65:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
/in/foo.cc:69:8: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",ans);
  ~~~~~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 8ms 9.5 MiB
#2 Accepted 8ms 9.469 MiB
#3 Accepted 8ms 11.336 MiB
#4 Accepted 8ms 10.871 MiB
#5 Accepted 9ms 10.477 MiB
#6 Accepted 13ms 11.477 MiB
#7 Accepted 15ms 11.375 MiB
#8 Accepted 9ms 7.594 MiB
#9 Accepted 10ms 7.711 MiB
#10 Accepted 11ms 7.738 MiB
#11 Accepted 100ms 18.109 MiB
#12 Accepted 123ms 19.973 MiB
#13 Wrong Answer 98ms 22.711 MiB
#14 Wrong Answer 98ms 25.965 MiB
#15 Accepted 145ms 29.352 MiB
#16 Wrong Answer 126ms 26.461 MiB
#17 Accepted 141ms 19.75 MiB
#18 Accepted 164ms 22.832 MiB
#19 Accepted 173ms 25.375 MiB
#20 Wrong Answer 323ms 45.102 MiB

信息

递交者
类型
递交
题目
P1983 运输计划
语言
C++
递交时间
2017-10-12 07:36:55
评测时间
2017-10-12 07:36:55
评测机
分数
80
总耗时
1601ms
峰值内存
45.102 MiB