| Problem | milkweed |
|---|---|
| User | nyoomeric |
| Submission Time | 2026-02-23 10:17:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
milkweed.cpp: In function ‘int getWeeks(int, int, int, int, char (&)[100][100])’:
milkweed.cpp:9:5: error: ‘queue’ was not declared in this scope
9 | queue<pair<int,int>> q;
| ^~~~~
milkweed.cpp:6:1: note: ‘std::queue’ is defined in header ‘<queue>’; did you forget to ‘#include <queue>’?
5 | #include <tuple>
+++ |+#include <queue>
6 | //#include <cstdio> //for scanf, etc.
milkweed.cpp:9:23: error: expected primary-expression before ‘>’ token
9 | queue<pair<int,int>> q;
| ^~
milkweed.cpp:9:26: error: ‘q’ was not declared in this scope
9 | queue<pair<int,int>> q;
| ^
milkweed.cpp:13:5: error: ‘totalWeeks’ was not declared in this scope; did you mean ‘getWeeks’?
13 | totalWeeks = 0;
| ^~~~~~~~~~
| getWeeks
milkweed.cpp:15:5: error: expected