/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:27:8: warning: array subscript is above array bounds [-Warray-bounds]
  if(s[p]==0||s[p]>t) s[p]=t;
     ~~~^
/in/foo.cc:27:25: warning: array subscript is above array bounds [-Warray-bounds]
  if(s[p]==0||s[p]>t) s[p]=t;
                      ~~~^
# 状态 耗时 内存占用
#1 Accepted 816ms 128.375 MiB
#2 Accepted 796ms 128.215 MiB
#3 Accepted 772ms 128.0 MiB
#4 Runtime Error 3ms 256.0 KiB
#5 Runtime Error 3ms 256.0 KiB
#6 Runtime Error 3ms 256.0 KiB
#7 Runtime Error 3ms 256.0 KiB
#8 Runtime Error 2ms 328.0 KiB
#9 Runtime Error 3ms 352.0 KiB
#10 Runtime Error 3ms 256.0 KiB

信息

递交者
类型
递交
题目
P1197 费解的开关
语言
C++
递交时间
2017-07-10 19:05:57
评测时间
2017-07-10 19:05:57
评测机
分数
30
总耗时
2407ms
峰值内存
128.375 MiB