Accepted
/in/foo.cc: In function 'int als(int)': /in/foo.cc:4:6: warning: unused variable 'n' [-Wunused-variable] 4 | int n=a; | ^ /in/foo.cc: In function 'int main()': /in/foo.cc:21:7: warning: iteration 9999 invokes undefined behavior [-Waggressive-loop-optimizations] 21 | n[i]=als(i); | ~~~~^~~~~~~ /in/foo.cc:20:15: note: within this loop 20 | for(int i=1;i<=10000;i++){ | ~^~~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 2024_2025(1)C0023实验6+李强老师班级
- 语言
- C++
- 递交时间
- 2024-12-05 09:17:29
- 评测时间
- 2024-12-05 09:17:29
- 评测机
- 分数
- 10
- 总耗时
- 211ms
- 峰值内存
- 484.0 KiB