Problem | meltylandnightmare |
---|---|
User | PlayVoltz |
Submission Time | 2024-08-04 11:29:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
meltylandnightmare.cpp: In function ‘long long int dijk(long long int)’:
meltylandnightmare.cpp:14:23: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
14 | vector<bool> visited(n+1, 0);
| ^
| yn