Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:21: warning: unused variable 'cnt' [-Wunused-variable]
   17 |                 int cnt,x,ans,m=1,j;
      |                     ^~~
/in/foo.cc:17:27: warning: unused variable 'ans' [-Wunused-variable]
   17 |                 int cnt,x,ans,m=1,j;
      |                           ^~~
/in/foo.cc:9:24: warning: iteration 99999 invokes undefined behavior [-Waggressive-loop-optimizations]
    9 |                 if(!a[i])
      |                     ~~~^
/in/foo.cc:7:22: note: within this loop
    7 |         for(int i=2;i<=N;i++)
      |                     ~^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 920.0 KiB
#2 Accepted 3ms 928.0 KiB
#3 Accepted 3ms 928.0 KiB
#4 Accepted 3ms 940.0 KiB
#5 Accepted 3ms 844.0 KiB
#6 Accepted 3ms 920.0 KiB
#7 Accepted 3ms 932.0 KiB
#8 Accepted 3ms 920.0 KiB
#9 Accepted 3ms 920.0 KiB
#10 Accepted 3ms 792.0 KiB

信息

递交者
类型
递交
题目
P2812 5级2挑战怪物 2024.9
语言
C++
递交时间
2025-05-18 09:12:28
评测时间
2025-05-18 09:12:28
评测机
分数
100
总耗时
36ms
峰值内存
940.0 KiB