Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:27: warning: iteration 9999998 invokes undefined behavior [-Waggressive-loop-optimizations]
  for(int i=2;i<=n;i++)a[i]=1;
                       ~~~~^~
/in/foo.cc:19:15: note: within this loop
  for(int i=2;i<=n;i++)a[i]=1;
              ~^~~
# 状态 耗时 内存占用
#1 Runtime Error 33ms 38.367 MiB
#2 Runtime Error 34ms 38.379 MiB
#3 Runtime Error 33ms 38.43 MiB
#4 Runtime Error 33ms 38.43 MiB
#5 Runtime Error 33ms 38.332 MiB
#6 Runtime Error 33ms 38.379 MiB
#7 Runtime Error 34ms 38.41 MiB
#8 Runtime Error 33ms 38.352 MiB

信息

递交者
类型
递交
题目
P1802 回文素数
语言
C++
递交时间
2021-05-28 09:33:54
评测时间
2021-05-28 09:33:54
评测机
分数
0
总耗时
269ms
峰值内存
38.43 MiB