/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:78:7: warning: 'ma' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
     ~~^~
/in/foo.cc:78:13: warning: 'mi' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
           ~~^~
/in/foo.cc:98:8: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",ans);
  ~~~~~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 307ms 185.355 MiB
#2 Accepted 230ms 185.121 MiB
#3 Accepted 175ms 188.242 MiB
#4 Accepted 2ms 340.0 KiB
#5 Accepted 684ms 221.609 MiB
#6 Accepted 559ms 191.375 MiB
#7 Accepted 477ms 193.719 MiB
#8 Wrong Answer 3ms 344.0 KiB
#9 Runtime Error 171ms 244.461 MiB
#10 Accepted 3ms 376.0 KiB

信息

递交者
类型
递交
题目
P1527 数列
语言
C++
递交时间
2017-10-27 22:12:09
评测时间
2017-10-27 22:12:09
评测机
分数
80
总耗时
2616ms
峰值内存
244.461 MiB