Accepted
foo.cc: In function 'void pluss()': foo.cc:21:35: warning: iteration 8 invokes undefined behavior [-Waggressive-loop-optimizations] 21 | for(int i=1;i<=9;i++){c[i]=a[i]+b[i];}//加法 | ~~~^ foo.cc:21:18: note: within this loop 21 | for(int i=1;i<=9;i++){c[i]=a[i]+b[i];}//加法 | ~^~~
Found 5 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1172 A+B Problem(升级版)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2022-05-29 13:26:50
- 评测时间
- 2022-05-29 13:28:07
- 评测机
- 分数
- 100
- 总耗时
- 11ms
- 峰值内存
- 384.0 KiB