| Problem | thumper2 | 
|---|---|
| User | rs | 
| Submission Time | 2025-03-22 23:14:20 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 thumper2.cpp: In function ‘int main()’:
thumper2.cpp:62:18: error: no matching function for call to ‘get<2>(std::pair<int, int>&)’
   62 |   ll i = get<2>(x);
      |                  ^
In file included from /usr/include/c++/9/algorithm:60,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
                 from thumper2.cpp:1:
/usr/include/c++/9/utility:219:5: note: candidate: ‘template<long unsigned int _Int, class _Tp1, class _Tp2> constexpr typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type& std::get(std::pair<_Tp1, _Tp2>&)’
  219 |     get(std::pair<_Tp1, _Tp2>& __in) noexcept
      |     ^~~
/usr/include/c++/9/utility:219:5: note:   template argument deduction/substitution failed:
/usr/include/c++/9/utility: In substitution of ‘template<long unsigned int _Int, class _Tp1, class _Tp2> constexpr typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2>