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