Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:5:8: warning: unused variable 'cnt' [-Wunused-variable] int x,cnt=0,y; ^~~ /in/foo.cc:14:2: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] if(x==y) ^~
信息
- 递交者
- 类型
- 递交
- 题目
- A4-3 回文数专题:回文数判断
- 比赛
- 2020苏青奥赛集训营(2021-1-10课堂小练)
- 语言
- C++
- 递交时间
- 2021-01-10 10:33:27
- 评测时间
- 2021-01-10 10:33:27
- 评测机
- 分数
- 100
- 总耗时
- 6ms
- 峰值内存
- 220.0 KiB