Wrong Answer
foo.cc: In function 'int main()':
foo.cc:7:9: warning: unused variable 'bs' [-Wunused-variable]
int n, bs=0, cnt;
^~
foo.cc:19:15: warning: 'cnt' may be used uninitialized in this function [-Wmaybe-uninitialized]
cout<<"STEP="<<cnt;
~~~~~~~~~~~~~^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1159 回文数
- 语言
- C++
- 递交时间
- 2021-01-30 13:04:49
- 评测时间
- 2021-01-30 13:04:49
- 评测机
- 分数
- 0
- 总耗时
- 8ms
- 峰值内存
- 384.0 KiB