Problem | problematicjourney |
---|---|
User | justin271828 |
Submission Time | 2024-11-12 22:40:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
problematicjourney.cpp: In function ‘int main()’:
problematicjourney.cpp:39:37: error: invalid types ‘bool [N][<unresolved overloaded function type>]’ for array subscript
39 | time[p.first] = min(time[q.front]+1, time[p.first]);
| ^
problematicjourney.cpp:42:3: error: expected ‘}’ at end of input
42 | }
| ^
problematicjourney.cpp:23:15: note: to match this ‘{’
23 | while (true) {
| ^
problematicjourney.cpp:42:3: error: expected ‘}’ at end of input
42 | }
| ^
problematicjourney.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^