Compile Error
foo.cc:12:1: error: 'queue' does not name a type 12 | queue<int> q; | ^~~~~ foo.cc: In function 'int bfs()': foo.cc:16:16: error: 'q' was not declared in this scope 16 | while(!q.empty()) | ^ foo.cc: In function 'int main()': foo.cc:57:17: error: 'q' was not declared in this scope 57 | q.push(f[i]); | ^ foo.cc: In function 'int bfs()': foo.cc:45:1: warning: control reaches end of non-void function [-Wreturn-type] 45 | } | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1065 最小数字倍数
- 语言
- C++
- 递交时间
- 2022-08-14 20:19:59
- 评测时间
- 2022-08-14 20:19:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes