/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:11: warning: array subscript is above array bounds [-Warray-bounds]
  f[1][1000]=1;
  ~~~~~~~~~^
/in/foo.cc:9:11: warning: array subscript is above array bounds [-Warray-bounds]
  f[2][1000]=2;
  ~~~~~~~~~^
/in/foo.cc:13:12: warning: array subscript is above array bounds [-Warray-bounds]
   f[i][1000]=1;
   ~~~~~~~~~^
# 状态 耗时 内存占用
#1 Accepted 2ms 316.0 KiB
#2 Accepted 1ms 568.0 KiB
#3 Accepted 2ms 2.68 MiB
#4 Accepted 2ms 968.0 KiB
#5 Accepted 2ms 1.312 MiB
#6 Accepted 2ms 2.809 MiB
#7 Accepted 2ms 3.965 MiB
#8 Accepted 3ms 3.938 MiB
#9 Accepted 2ms 3.824 MiB
#10 Accepted 3ms 3.438 MiB

信息

递交者
类型
递交
题目
P1492 宁静与九连环
语言
C++
递交时间
2017-06-07 21:54:47
评测时间
2017-06-07 21:54:47
评测机
分数
100
总耗时
25ms
峰值内存
3.965 MiB