/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:92:8: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",ans);
  ~~~~~~^~~~~~~~~~
/in/foo.cc:80:7: warning: 'ma' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
     ~~^~
/in/foo.cc:80:13: warning: 'mi' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
           ~~^~
# 状态 耗时 内存占用
#1 Accepted 286ms 153.203 MiB
#2 Accepted 179ms 153.191 MiB
#3 Accepted 195ms 153.195 MiB
#4 Accepted 3ms 336.0 KiB
#5 Accepted 631ms 165.07 MiB
#6 Accepted 618ms 157.941 MiB
#7 Accepted 505ms 160.328 MiB
#8 Wrong Answer 82ms 153.191 MiB
#9 Runtime Error 161ms 191.07 MiB
#10 Accepted 3ms 332.0 KiB

信息

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