| Problem | splithunny |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-25 10:35:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:28:18: error: invalid use of member function ‘std::queue<_Tp, _Sequence>::const_reference std::queue<_Tp, _Sequence>::front() const [with _Tp = std::pair<int, int>; _Sequence = std::deque<std::pair<int, int>, std::allocator<std::pair<int, int> > >; std::queue<_Tp, _Sequence>::const_reference = const std::pair<int, int>&]’ (did you forget the ‘()’ ?)
28 | int row = q.front.first();
| ~~^~~~~
| ()
splithunny.cpp:29:21: error: invalid use of member function ‘std::queue<_Tp, _Sequence>::const_reference std::queue<_Tp, _Sequence>::front() const [with _Tp = std::pair<int, int>; _Sequence = std::deque<std::pair<int, int>, std::allocator<std::pair<int, int> > >; std::queue<_Tp, _Sequence>::const_reference = const std::pair<int, int>&]’ (did you forget the ‘()’