Problem subgraphs
User HighLithop
Submission Time 2025-07-29 13:16:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:56:15: error: redeclaration of ‘std::queue<long long int> toexplore’
56 | queue<int> toexplore;
| ^~~~~~~~~
subgraphs.cpp:51:15: note: ‘std::queue<long long int> toexplore’ previously declared here
51 | queue<int> toexplore;
| ^~~~~~~~~