Compile Error
/in/foo.cc: In function 'std::pair<int, std::vector<int> > input_1304()':
/in/foo.cc:53:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<s.length();i++) {
~^~~~~~~~~~~
/in/foo.cc:54:25: error: 'isnumber' was not declared in this scope
if(isnumber(s[i])) {
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1304 回文数
- 语言
- C++
- 递交时间
- 2024-10-29 03:28:21
- 评测时间
- 2024-10-29 03:28:21
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes