| Problem | padoru |
|---|---|
| User | goose |
| Submission Time | 2026-05-03 17:30:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
padoru.cpp: In function ‘int main()’:
padoru.cpp:20:27: error: request for member ‘first’ in ‘q.std::queue<std::pair<long long int, long long int> >::front().std::pair<long long int, long long int>::first’, which is of non-class type ‘long long int’
20 | int x = q.front().first.first; int y = q.front().first.second;
| ^~~~~
padoru.cpp:20:58: error: request for member ‘second’ in ‘q.std::queue<std::pair<long long int, long long int> >::front().std::pair<long long int, long long int>::first’, which is of non-class type ‘long long int’
20 | int x = q.front().first.first; int y = q.front().first.second;
| ^~~~~~