Wrong Answer
foo.cc: In function 'int main()': foo.cc:32:34: warning: format '%lf' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=] printf("%.2lf\n", balance); ^ foo.cc:12:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &budget[i]); // 读取输入数据 ~~~~~^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1096 津津的储蓄计划
- 语言
- C++
- 递交时间
- 2021-11-25 20:21:02
- 评测时间
- 2021-11-25 20:21:02
- 评测机
- 分数
- 40
- 总耗时
- 7ms
- 峰值内存
- 292.0 KiB