Accepted
foo.cc: In function 'int main()': foo.cc:23:13: warning: iteration 9 invokes undefined behavior [-Waggressive-loop-optimizations] 23 | a[i]=Qiushu(i,xmin,xmax); | ~~~~^~~~~~~~~~~~~~~~~~~~ foo.cc:22:14: note: within this loop 22 | for(int i=0;i<10;i++) | ~^~~ foo.cc:26:15: warning: iteration 9 invokes undefined behavior [-Waggressive-loop-optimizations] 26 | if(a[i]>k){ | ~~~^ foo.cc:25:14: note: within this loop 25 | for(int i=0;i<=9;i++) | ~^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 3-1 整数中的数字
- 比赛
- 2023暑期青少年社团(训练赛)
- 语言
- C++
- 递交时间
- 2023-08-16 13:05:19
- 评测时间
- 2023-08-16 13:05:19
- 评测机
- 分数
- 100
- 总耗时
- 127ms
- 峰值内存
- 412.0 KiB