Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:24: warning: iteration 49998 invokes undefined behavior [-Waggressive-loop-optimizations]
   20 |                 if (a[i] == 0) {
      |                     ~~~^
/in/foo.cc:19:27: note: within this loop
   19 |         for (int i = 2; i <= N; i ++) {
      |                         ~~^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 520.0 KiB
#2 Accepted 4ms 604.0 KiB
#3 Accepted 2ms 480.0 KiB
#4 Accepted 35ms 604.0 KiB
#5 Accepted 3ms 580.0 KiB
#6 Accepted 3ms 584.0 KiB
#7 Accepted 2ms 532.0 KiB
#8 Accepted 8ms 608.0 KiB
#9 Accepted 15ms 612.0 KiB
#10 Accepted 66ms 612.0 KiB

信息

递交者
类型
递交
题目
P2770 最大素因子
比赛
2025.4.6,4.13高级班练习
语言
C++
递交时间
2025-04-13 20:57:49
评测时间
2025-04-15 00:01:31
评测机
分数
100
总耗时
144ms
峰值内存
612.0 KiB