Problem splithunny
User bachnguyen123
Submission Time 2025-10-05 11:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/queue:64,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:86,
from splithunny.cpp:1:
/usr/include/c++/9/bits/stl_queue.h: In instantiation of ‘class std::queue<int, int>’:
splithunny.cpp:20:20: required from here
/usr/include/c++/9/bits/stl_queue.h:119:8: error: ‘int’ is not a class, struct, or union type
119 | using _Uses = typename
| ^~~~~
/usr/include/c++/9/bits/stl_queue.h:132:47: error: ‘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: ‘int’ is not a class, struct, or union type
133 | typedef typename _Sequence::reference reference;
| ^~~~~~~~~
/usr/include/c++/9/bits/stl_queue.h:134:51: error: ‘int’ is