记录详情

Accepted

/in/foo.cc: In function 'void primes()':
/in/foo.cc:16:9: warning: iteration 999998 invokes undefined behavior [-Waggressive-loop-optimizations]
   if(v[i]==0) 
      ~~~^
/in/foo.cc:14:15: note: within this loop
  for(int i=2;i<=1000000;i++)
              ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 10ms 4.305 MiB
#2 Accepted 9ms 4.312 MiB
#3 Accepted 10ms 4.32 MiB
#4 Accepted 10ms 4.309 MiB
#5 Accepted 10ms 4.301 MiB
#6 Accepted 10ms 4.328 MiB
#7 Accepted 10ms 4.305 MiB
#8 Accepted 11ms 4.316 MiB
#9 Accepted 10ms 4.32 MiB
#10 Accepted 15ms 4.312 MiB

信息

递交者
类型
递交
题目
2# 质数统计
题目数据
下载
语言
C++
递交时间
2018-11-03 22:12:01
评测时间
2018-11-03 22:12:01
评测机
分数
100
总耗时
109ms
峰值内存
4.328 MiB