Problem erp
User boaznumberd5555
Submission Time 2025-08-30 20:36:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

erp.cpp: In function ‘int32_t main()’:
erp.cpp:43:88: error: no matching function for call to ‘max(long long int, long int)’
43 | int output = max(distance-min(dist1[n1]+dist2[n2], dist1[n2]+dist2[n1]),long(0))-1;
| ^
In file included 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 erp.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:222:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)’
222 | max(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/9/bits/stl_algobase.h:222:5: note: template argument deduction/substitution failed:
erp.cpp:43:88: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘long int’)<