Compile Error
/in/foo.cc:5:1: error: 'bol' does not name a type; did you mean 'bool'? bol ch[200][200]; ^~~ bool /in/foo.cc: In function 'int main()': /in/foo.cc:19:7: error: 'ch' was not declared in this scope ch[i][j]=false; ^~ /in/foo.cc:22:9: error: 'ch' was not declared in this scope if (ch[i][j]) printf("Infty "); ^~
信息
- 递交者
- 类型
- 自测
- 题目
- P2024 无向图最短路径
- 语言
- C++
- 递交时间
- 2018-10-26 11:14:03
- 评测时间
- 2018-10-26 11:14:03
- 评测机
- 分数
- 0
- 总耗时
- 262ms
- 峰值内存
- 29.438 MiB