Problem | defense101 |
---|---|
User | DoubleShaurya |
Submission Time | 2024-03-22 14:35:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
defense101.cpp: In function ‘bool cmp(pll, pll)’:
defense101.cpp:8:26: error: expected ‘;’ before ‘}’ token
8 | return a.first > b.first
| ^
| ;
9 | }
| ~
defense101.cpp: In function ‘int main()’:
defense101.cpp:15:14: error: no matching function for call to ‘min(int&, ll&)’
15 | t = min(n, t);
| ^
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 defense101.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)’
198 | min(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: template argument deductio