/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:94:8: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",ans);
  ~~~~~~^~~~~~~~~~
/in/foo.cc:89:18: warning: 'maxa' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(check(mid=(l+r)>>1))
                ~~^~~
/in/foo.cc:81:7: warning: 'ma' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
     ~~^~
/in/foo.cc:81:13: warning: 'mi' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
           ~~^~
# 状态 耗时 内存占用
#1 Wrong Answer 219ms 156.5 MiB
#2 Accepted 152ms 154.957 MiB
#3 Wrong Answer 3ms 368.0 KiB
#4 Accepted 3ms 336.0 KiB
#5 Accepted 351ms 155.375 MiB
#6 Accepted 353ms 157.105 MiB
#7 Accepted 353ms 157.098 MiB
#8 Accepted 419ms 157.371 MiB
#9 Accepted 443ms 156.836 MiB
#10 Accepted 4ms 344.0 KiB

信息

递交者
类型
递交
题目
P1527 数列
语言
C++
递交时间
2017-10-27 21:32:17
评测时间
2017-10-27 21:32:17
评测机
分数
80
总耗时
2305ms
峰值内存
157.371 MiB