Compile Error
foo.cc: In function 'int main()':
foo.cc:29:4: error: 'c' was not declared in this scope
29 | c=i/100;
| ^
foo.cc:30:4: error: 'd' was not declared in this scope
30 | d=i/10%10;
| ^
foo.cc:31:4: error: 'e' was not declared in this scope
31 | e=i%10;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1072 出现数字3的数
- 语言
- C++
- 递交时间
- 2022-07-12 21:03:02
- 评测时间
- 2022-07-12 21:03:02
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes