Problem | mars |
---|---|
User | anusha777 |
Submission Time | 2023-04-21 15:31:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mars.cpp: In function ‘void bfs(long long int, long long int)’:
mars.cpp:38:5: error: ‘queue’ was not declared in this scope
38 | queue<pi> q;
| ^~~~~
mars.cpp:3:1: note: ‘std::queue’ is defined in header ‘<queue>’; did you forget to ‘#include <queue>’?
2 | #include "mars.h"
+++ |+#include <queue>
3 | #define fast ios::sync_with_stdio(0); cin.tie(NULL);cout.tie(NULL)
mars.cpp:38:13: error: expected primary-expression before ‘>’ token
38 | queue<pi> q;
| ^
mars.cpp:38:15: error: ‘q’ was not declared in this scope
38 | queue<pi> q;
| ^