Compile Error
foo.cc:3:9: error: variable or field 'Div' declared void
3 | void Div(
| ^
foo.cc:5:3: error: expected primary-expression before 'while'
5 | while()
| ^~~~~
foo.cc:5:3: error: expected '}' before 'while'
foo.cc:4:2: note: to match this '{'
4 | {
| ^
foo.cc:4:3: error: expected ')' before 'while'
4 | {
| ^
| )
5 | while()
| ~~~~~
foo.cc:3:9: note: to match this '('
3 | void Div(
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A11-5 小数的循环节
- 比赛
- 2022暑期青少年社团(训练赛)
- 语言
- C++
- 递交时间
- 2022-08-07 19:14:38
- 评测时间
- 2022-08-07 19:14:44
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes