| Problem | problematicjourney |
|---|---|
| User | n1k1trh |
| Submission Time | 2025-11-11 14:46:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
problematicjourney.cpp: In function ‘bool bfs(long long int, std::vector<std::vector<std::pair<long long int, long long int> > >)’:
problematicjourney.cpp:35:9: error: ‘bitset’ does not name a type
35 | static bitset<maxn> visited; visited.reset();
| ^~~~~~
problematicjourney.cpp:35:31: error: ‘visited’ was not declared in this scope
35 | static bitset<maxn> visited; visited.reset();
| ^~~~~~~