0_0_39128096_26424.cpp: In instantiation of 'auto lower(const auto:19&, const auto:20&) [with auto:19 = std::vector<long long int>; auto:20 = long long int]':
0_0_39128096_26424.cpp:42:21: required from 'auto solve(const auto:23&) [with auto:23 = std::vector<long long int>]'
0_0_39128096_26424.cpp:63:19: required from here
0_0_39128096_26424.cpp:15:63: error: invalid type argument of unary '*' (have 'long long int')
15 | auto py = lower_bound(v.begin(), v.end(), p - *px);
| ^~~
0_0_39128096_26424.cpp: In instantiation of 'auto upper(const auto:21&, const auto:22&) [with auto:21 = std::vector<long long int>; auto:22 = long long int]':
0_0_39128096_26424.cpp:42:44: required from 'auto solve(const auto:23&) [with auto:23 = std::vector<long long int>]'
0_0_39128096_26424.cpp:63:19: required from here
0_0_39128096_26424.cpp:28:63: error: invalid type argument of unary '*' (have 'long long int')
28 | auto py = upper_bound(v.begin(), v.end(), p - *px);
| ^~~
|