记录详情

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.414 MiB
#2 Accepted 220ms 79.402 MiB
#3 Accepted 215ms 79.395 MiB
#4 Accepted 215ms 79.379 MiB
#5 Accepted 221ms 79.426 MiB
#6 Accepted 221ms 79.41 MiB
#7 Accepted 220ms 79.324 MiB
#8 Accepted 219ms 79.352 MiB
#9 Accepted 214ms 79.391 MiB
#10 Accepted 214ms 79.414 MiB
#11 Accepted 218ms 79.41 MiB
#12 Accepted 218ms 79.352 MiB
#13 Accepted 224ms 79.34 MiB
#14 Accepted 222ms 79.449 MiB
#15 Accepted 217ms 79.438 MiB
#16 Accepted 214ms 79.344 MiB
#17 Accepted 547ms 80.203 MiB
#18 Accepted 546ms 80.203 MiB
#19 Accepted 557ms 80.199 MiB
#20 Accepted 555ms 80.207 MiB

信息

递交者
类型
递交
题目
1.小W 的质数(prime)
题目数据
下载
语言
C++
递交时间
2019-09-15 16:22:41
评测时间
2024-02-19 14:10:07
评测机
分数
100
总耗时
5702ms
峰值内存
80.207 MiB