Problem island
User phoenixai0
Submission Time 2025-12-14 16:40:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

island.cpp: In function ‘int main()’:
island.cpp:17:10: error: ‘u’ was not declared in this scope
17 | cin >> u >> v;
| ^
island.cpp:17:15: error: ‘v’ was not declared in this scope
17 | cin >> u >> v;
| ^
island.cpp:22:18: error: ‘class std::queue<int>’ has no member named ‘insert’
22 | queue<int> q; q.insert(n + 1);
| ^~~~~~