Problem | superfanclub |
---|---|
User | Pan |
Submission Time | 2024-10-02 18:37:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
superfanclub.cpp: In function ‘int find_closest(int, long long int)’:
superfanclub.cpp:111:41: error: no match for ‘operator-’ (operand types are ‘long long int’ and ‘__gnu_cxx::__alloc_traits<std::allocator<std::pair<long long int, long long int> >, std::pair<long long int, long long int> >::value_type’ {aka ‘std::pair<long long int, long long int>’})
111 | pi ans = min(mp(D, ll(F)), mp(ll(abs(D - arr[F])), 1LL));
In file included from /usr/include/c++/9/bits/stl_algobase.h:67,
from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from superfanclub.cpp:1:
/usr/include/c++/9/bits/stl_iterator.h:415:5: note: candidate: ‘template<class _IteratorL, class _IteratorR> constexpr decltype ((__y.base() - __x.base())) std::operator-(const std::reverse_iterator<_Iterator>&, cons