/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'bool check(int)':
/in/foo.cc:50:6: warning: unused variable 'u' [-Wunused-variable]
  int u,v,ta;
      ^
/in/foo.cc:50:8: warning: unused variable 'v' [-Wunused-variable]
  int u,v,ta;
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:86:8: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",ans);
  ~~~~~~^~~~~~~~~~
/in/foo.cc:74:7: warning: 'ma' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
     ~~^~
/in/foo.cc:74:13: warning: 'mi' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(ma<0||mi>0)
           ~~^~
# 状态 耗时 内存占用
#1 Runtime Error 229ms 194.492 MiB
#2 Runtime Error 128ms 194.602 MiB
#3 Runtime Error 118ms 194.605 MiB
#4 Accepted 4ms 384.0 KiB
#5 Runtime Error 130ms 193.992 MiB
#6 Runtime Error 163ms 194.34 MiB
#7 Runtime Error 129ms 194.602 MiB
#8 Runtime Error 124ms 191.215 MiB
#9 Runtime Error 125ms 193.871 MiB
#10 Accepted 3ms 368.0 KiB

信息

递交者
类型
递交
题目
P1527 数列
语言
C++
递交时间
2017-10-26 07:41:36
评测时间
2017-10-26 07:41:36
评测机
分数
20
总耗时
1158ms
峰值内存
194.605 MiB