Compile Error
foo.cc: In function 'bool palindromic(long long int)':
foo.cc:14:20: warning: unused variable 'j' [-Wunused-variable]
14 | long long k,len=0,j;
| ^
foo.cc: In function 'int main()':
foo.cc:40:6: error: 'inti' was not declared in this scope; did you mean 'int'?
40 | for(inti=a;i<=b;i+=2)
| ^~~~
| int
foo.cc:40:13: error: 'i' was not declared in this scope
40 | for(inti=a;i<=b;i+=2)
| ^
Found 10 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1471 [USACO1.5]回文质数 Prime Palindromes(加强版) / 回文质数
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2022-08-07 17:52:24
- 评测时间
- 2022-08-07 17:52:24
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes