记录详情

Accepted

/in/foo.cc: In function 'void erlar()':
/in/foo.cc:13:25: warning: iteration 1000017 invokes undefined behavior [-Waggressive-loop-optimizations]
         if (isnotprime[i]==false)
             ~~~~~~~~~~~~^
/in/foo.cc:12:18: note: within this loop
     for(int i=2;i<=maxn;i++){
                 ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 11ms 1.703 MiB
#2 Accepted 19ms 1.68 MiB
#3 Accepted 61ms 1.688 MiB
#4 Accepted 118ms 1.691 MiB
#5 Accepted 134ms 1.688 MiB
#6 Accepted 461ms 1.68 MiB
#7 Accepted 617ms 1.703 MiB
#8 Accepted 799ms 1.684 MiB
#9 Accepted 1321ms 1.695 MiB
#10 Accepted 1811ms 1.695 MiB

信息

递交者
类型
递交
题目
素数方阵
题目数据
下载
语言
C++
递交时间
2018-11-02 09:22:14
评测时间
2018-11-02 09:22:14
评测机
分数
100
总耗时
5357ms
峰值内存
1.703 MiB