Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:57:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] printf("%d\n",sum); ^ /in/foo.c:71:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] printf("%d\n",sum); ^ /in/foo.c:42:21: warning: 'minj' may be used uninitialized in this function [-Wmaybe-uninitialized] oil[minj][1]=oil[i][1]; ~~~~~~~~~~~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1691 输油管道问题
- 语言
- C
- 递交时间
- 2020-11-20 09:44:41
- 评测时间
- 2020-11-20 09:44:41
- 评测机
- 分数
- 0
- 总耗时
- 90ms
- 峰值内存
- 300.0 KiB