| Problem | milkweed |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-09-12 11:45:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/queue:64,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:86,
from milkweed.cpp:1:
/usr/include/c++/9/bits/stl_queue.h: In instantiation of ‘class std::queue<long long int, long long int>’:
milkweed.cpp:11:18: required from here
/usr/include/c++/9/bits/stl_queue.h:119:8: error: ‘long long int’ is not a class, struct, or union type
119 | using _Uses = typename
| ^~~~~
/usr/include/c++/9/bits/stl_queue.h:132:47: error: ‘long long int’ is not a class, struct, or union type
132 | typedef typename _Sequence::value_type value_type;
| ^~~~~~~~~~
/usr/include/c++/9/bits/stl_queue.h:133:46: error: ‘long long int’ is not a class, struct, or union type
133 | typedef typename _Sequence::reference reference;
| ^~~~~~~~~
/usr/include/c