Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:24: warning: iteration 1000008 invokes undefined behavior [-Waggressive-loop-optimizations]
   11 |                 if (b[i] == 0)
      |                     ~~~^
/in/foo.cc:10:27: note: within this loop
   10 |         for (int i = 2; i <= N; i ++) {
      |                         ~~^~~~
# 状态 耗时 内存占用
#1 Accepted 13ms 5.453 MiB
#2 Accepted 13ms 5.602 MiB
#3 Accepted 12ms 5.535 MiB
#4 Accepted 12ms 5.57 MiB
#5 Accepted 12ms 5.594 MiB

信息

递交者
类型
递交
题目
P2620 B-smooth数5级2 2024.3
比赛
2025.4.20高级班练习
语言
C++
递交时间
2025-04-22 19:07:50
评测时间
2025-04-22 19:07:50
评测机
分数
100
总耗时
64ms
峰值内存
5.602 MiB