| Problem | lasers3 |
|---|---|
| User | Tyx2019 |
| Submission Time | 2025-12-28 22:55:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lasers3.cpp: In function ‘void solve()’:
lasers3.cpp:32:48: error: no matching function for call to ‘min(long long int&, int32_t&)’
32 | for(int i=2;i<=N;i++) X[i] = min(X[i-1], C[i]);
| ^
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 lasers3.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 deduction/substitution failed:
lasers3.cpp:32:48: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘int32_t’ {aka ‘int’})
32 | for(int i=2;i<=N;i++) X[i] = min(X[i-