Compile Error
/in/foo.cc: In function 'long long int hw(long long int)':
/in/foo.cc:22:21: error: expected ';' before '}' token
22 | a=a/10;a
| ^
| ;
23 | }
| ~
/in/foo.cc:22:20: warning: statement has no effect [-Wunused-value]
22 | a=a/10;a
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1799 统计回文数
- 语言
- C++
- 递交时间
- 2026-02-24 12:48:59
- 评测时间
- 2026-02-24 12:48:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes