Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:18:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=] scanf("%d",&a[i][j]); ~~~~~~~~^ /in/foo.cc:65:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] printf("%d ",a[i][j]); ~~~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- P2024 无向图最短路径
- 比赛
- 金秋重聚模拟赛
- 语言
- C++
- 递交时间
- 2017-10-07 21:59:30
- 评测时间
- 2017-10-07 22:00:34
- 评测机
- 分数
- 0
- 总耗时
- 199ms
- 峰值内存
- 452.0 KiB