Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:36:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=] printf("%d\n",q); ^ /in/foo.cc:14:8: warning: unused variable 't' [-Wunused-variable] ll t = c * cc; ^ /in/foo.cc:33:22: warning: 'nn' may be used uninitialized in this function [-Wmaybe-uninitialized] ll q = abs(ans-n)/nn; ~~~~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1346 税收与补贴问题
- 语言
- C++
- 递交时间
- 2019-11-27 23:54:12
- 评测时间
- 2019-11-27 23:54:12
- 评测机
- 分数
- 0
- 总耗时
- 5ms
- 峰值内存
- 212.0 KiB