Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:16: warning: iteration 1000003 invokes undefined behavior [-Waggressive-loop-optimizations]
         if(!p[i])
             ~~~^
/in/foo.cc:10:18: note: within this loop
     for(int i=2;i<=MAXN;i++)
                  ^
# 状态 耗时 内存占用
#1 Accepted 8ms 1.645 MiB
#2 Accepted 517ms 1.691 MiB
#3 Accepted 8ms 1.633 MiB
#4 Accepted 8ms 1.602 MiB
#5 Accepted 8ms 1.688 MiB
#6 Accepted 12ms 1.672 MiB
#7 Accepted 164ms 1.691 MiB
#8 Accepted 267ms 1.688 MiB
#9 Accepted 368ms 1.602 MiB
#10 Accepted 434ms 1.691 MiB

信息

递交者
类型
递交
题目
P1007 统计质数
语言
C++
递交时间
2024-04-25 21:39:16
评测时间
2024-04-25 21:39:16
评测机
分数
100
总耗时
1798ms
峰值内存
1.691 MiB