0_0_35543059_9100.cpp: In function 'int bfs(int)': 0_0_35543059_9100.cpp:8:2: error: expected ';' before 'queue' queue<int>q; ^ 0_0_35543059_9100.cpp:9:2: error: 'q' was not declared in this scope q.push(x); ^