记录详情

Runtime Error

/in/foo.cc: In function 'void Prime()':
/in/foo.cc:19:18: warning: iteration 9999999 invokes undefined behavior [-Waggressive-loop-optimizations]
   Rem[i]+=Rem[i-1];
                  ^
/in/foo.cc:3:33: note: within this loop
 #define Goo(i,a,n) for(int i=a;i<=n;i++)
                                  
/in/foo.cc:11:6:
  Goo(i,2,N)
      ~~~~~                       
/in/foo.cc:11:2: note: in expansion of macro 'Goo'
  Goo(i,2,N)
  ^~~
# 状态 耗时 内存占用
#1 Runtime Error 66ms 41.305 MiB
#2 Runtime Error 55ms 41.285 MiB
#3 Runtime Error 57ms 41.395 MiB
#4 Runtime Error 58ms 41.332 MiB
#5 Runtime Error 69ms 41.344 MiB
#6 Runtime Error 59ms 41.344 MiB
#7 Runtime Error 60ms 41.375 MiB
#8 Runtime Error 54ms 41.324 MiB
#9 Runtime Error 61ms 41.398 MiB
#10 Runtime Error 57ms 41.297 MiB
#11 Runtime Error 56ms 41.406 MiB
#12 Runtime Error 51ms 41.395 MiB
#13 Runtime Error 51ms 41.293 MiB
#14 Runtime Error 59ms 41.363 MiB
#15 Runtime Error 54ms 41.309 MiB
#16 Runtime Error 51ms 41.359 MiB
#17 Runtime Error 57ms 41.402 MiB
#18 Runtime Error 79ms 41.34 MiB
#19 Runtime Error 34ms 41.398 MiB
#20 Runtime Error 55ms 41.332 MiB

信息

递交者
类型
递交
题目
1.小W 的质数(prime)
题目数据
下载
语言
C++
递交时间
2019-09-15 16:02:26
评测时间
2019-09-15 16:02:26
评测机
分数
0
总耗时
1154ms
峰值内存
41.406 MiB