记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:7:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&k);
  ~~~~~^~~~~~~~~
foo.cc:9:11: warning: iteration 2000005 invokes undefined behavior [-Waggressive-loop-optimizations]
   if (!b[i])
        ~~~^
foo.cc:8:16: note: within this loop
  for (int i=2;i<=maxn;++i){
               ~^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 16ms 2.762 MiB
#2 Accepted 17ms 2.734 MiB
#3 Accepted 15ms 2.707 MiB
#4 Accepted 16ms 2.73 MiB
#5 Accepted 15ms 2.727 MiB

信息

递交者
类型
递交
题目
P1266 寻找非素数
比赛
南京师范大学算法赛队2021年7月集训程序设计竞赛(小兰集训赛)
语言
C++
递交时间
2021-07-16 17:12:40
评测时间
2021-07-16 17:12:40
评测机
分数
100
总耗时
80ms
峰值内存
2.762 MiB