Problem subgraphs
User BigEd15
Submission Time 2025-06-02 15:14:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘void BFS(long long int)’:
subgraphs.cpp:32:15: error: a function-definition is not allowed here before ‘{’ token
32 | signed main() {
| ^
subgraphs.cpp:56:1: error: expected ‘}’ at end of input
56 | }
| ^
subgraphs.cpp:10:21: note: to match this ‘{’
10 | void BFS(int start) {
| ^