记录详情

Accepted

/in/foo.cc: In function 'void Prime()':
/in/foo.cc:19:18: warning: iteration 10000008 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 Accepted 217ms 79.363 MiB
#2 Accepted 217ms 79.316 MiB
#3 Accepted 215ms 79.348 MiB
#4 Accepted 216ms 79.355 MiB
#5 Accepted 228ms 79.398 MiB
#6 Accepted 228ms 79.293 MiB
#7 Accepted 224ms 79.316 MiB
#8 Accepted 224ms 79.402 MiB
#9 Accepted 217ms 79.289 MiB
#10 Accepted 216ms 79.355 MiB
#11 Accepted 240ms 79.305 MiB
#12 Accepted 238ms 79.277 MiB
#13 Accepted 216ms 79.363 MiB
#14 Accepted 216ms 79.363 MiB
#15 Accepted 224ms 79.398 MiB
#16 Accepted 226ms 79.398 MiB
#17 Accepted 244ms 79.375 MiB
#18 Accepted 242ms 79.402 MiB
#19 Accepted 269ms 79.375 MiB
#20 Accepted 269ms 79.402 MiB

信息

递交者
类型
递交
题目
1.小W 的质数(prime)
题目数据
下载
语言
C++
递交时间
2019-09-15 21:54:13
评测时间
2024-02-19 14:11:24
评测机
分数
100
总耗时
4595ms
峰值内存
79.402 MiB