Compile Error
foo.cc: In function 'int main()':
foo.cc:11:4: error: 'k' was not declared in this scope
11 | k++;
| ^
foo.cc:12:11: warning: too many arguments for format [-Wformat-extra-args]
12 | printf("-4d",i);
| ^~~~~
foo.cc:17:8: error: 'sum' was not declared in this scope
17 | cout<<sum;
| ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1042 满足条件的3位数
- 语言
- C++
- 递交时间
- 2021-12-11 09:15:58
- 评测时间
- 2021-12-11 09:15:58
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes