Problem | splithunny |
---|---|
User | blob |
Submission Time | 2023-11-20 14:18:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:4:54: error: a function-definition is not allowed here before ‘{’ token
4 | void bfs (vector<int> floor, int starti, int startj){
| ^
splithunny.cpp:27:16: error: ‘vecto’ was not declared in this scope
27 | int HunnyPool(vecto<int> floor) {
| ^~~~~
splithunny.cpp:27:22: error: expected primary-expression before ‘int’
27 | int HunnyPool(vecto<int> floor) {
| ^~~
splithunny.cpp:40:12: error: a function-definition is not allowed here before ‘{’ token
40 | int main(){
| ^