Problem | wormholes |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2025-05-13 12:20:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wormholes.cpp: In function ‘int main()’:
wormholes.cpp:19:41: error: invalid declarator before ‘(’ token
19 | vector<vector<int>> adjl9N, vector<int>());
| ^
wormholes.cpp:22:3: error: ‘adjl’ was not declared in this scope; did you mean ‘adjl9N’?
22 | adjl[i + 1].push_back(i);
| ^~~~
| adjl9N
wormholes.cpp:28:3: error: ‘adjl’ was not declared in this scope; did you mean ‘adjl9N’?
28 | adjl[y].push_back(x);
| ^~~~
| adjl9N
wormholes.cpp:32:24: error: ‘adjl’ was not declared in this scope; did you mean ‘adjl9N’?
32 | cout << shortest(N-1, adjl, dp) << endl;
| ^~~~
| adjl9N