记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:11: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations]
       b[i]=use-48;
       ~~~~^~~~~~~
/in/foo.cc:19:19: note: within this loop
      for(int i=1;i<=3;i++){
                  ~^~~
/in/foo.cc:17:11: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations]
       a[i]=use-48;
       ~~~~^~~~~~~
/in/foo.cc:15:19: note: within this loop
      for(int i=1;i<=3;i++){
                  ~^~~
/in/foo.cc:24:28: warning: array subscript is above array bounds [-Warray-bounds]
       c=a[1]*i*i+a[2]*i+a[3];
                         ~~~^
/in/foo.cc:26:29: warning: array subscript is above array bounds [-Warray-bounds]
        d=b[1]*j*j+b[2]*j+b[3];
                          ~~~^
# 状态 耗时 内存占用
#1 Time Exceeded ≥2006ms ≥360.0 KiB
#2 Time Exceeded ≥2035ms ≥344.0 KiB
#3 Time Exceeded ≥2036ms ≥360.0 KiB
#4 Time Exceeded ≥2029ms ≥368.0 KiB
#5 Time Exceeded ≥2031ms ≥256.0 KiB
#6 Time Exceeded ≥2033ms ≥472.0 KiB
#7 Time Exceeded ≥2028ms ≥336.0 KiB
#8 Time Exceeded ≥2033ms ≥344.0 KiB
#9 Time Exceeded ≥2007ms ≥344.0 KiB
#10 Time Exceeded ≥2002ms ≥368.0 KiB

信息

递交者
类型
递交
题目
whatbase
比赛
初二普及组模拟赛
语言
C++
递交时间
2018-09-08 11:26:47
评测时间
2018-09-08 11:26:47
评测机
分数
0
总耗时
≥20244ms
峰值内存
≥472.0 KiB