Compile Error
/in/foo.cc: In function 'int nain()':
/in/foo.cc:13:18: error: expected ';' before '}' token
13 | cout<<ans
| ^
| ;
14 | }
| ~
/in/foo.cc:14:1: warning: no return statement in function returning non-void [-Wreturn-type]
14 | }
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2605 进制转换4级1 202309
- 语言
- C++
- 递交时间
- 2026-02-23 13:29:25
- 评测时间
- 2026-02-23 13:29:25
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes