Borderou de evaluare (job #2649237)
Utilizator | Data | 13 septembrie 2020 17:41:08 | |
---|---|---|---|
Problema | Sum2 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:41:33: error: no matching function for call to 'min(long long int&, __gnu_cxx::__alloc_traits<std::allocator<int> >::value_type&)'
sMin = min(sMin, suma[j - 1]);
^
In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
from /usr/include/c++/6/ios:40,
from /usr/include/c++/6/ostream:38,
from /usr/include/c++/6/iostream:39,
from main.cpp:1:
/usr/include/c++/6/bits/stl_algobase.h:195:5: note: candidate: template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)
min(const _Tp& __a, const _Tp& __b)
^~~
/usr/include/c++/6/bits/stl_algobase.h:195:5: note: template argument deduction/substitution failed:
main.cpp:41:33: note: deduced conflicting types for parameter 'const _Tp' ('long long int' and '__gnu_cxx::__alloc_traits<std::allocator<int> >::value_type {aka int}')
sMin = min(sMin, suma[j - 1]);
^
In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
from /usr/include/c++/6/ios:40,
from /usr/include/c++/6/ostream:38,
from /usr/include/c++/6/iostream:39,
from main.cpp:1:
/usr/include/c++/6/bits/stl_algobase.h:243:5: note: candidate: template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
min(const _Tp& __a, const _Tp& __b, _Compare __comp)
^~~
/usr/include/c++/6/bits/stl_algobase.h:243:5: note: template argument deduction/substitution failed:
main.cpp:41:33: note: deduced conflicting types for parameter 'const _Tp' ('long long int' and '__gnu_cxx::__alloc_traits<std::allocator<int> >::value_type {aka int}')
sMin = min(sMin, suma[j - 1]);
^
In file included from /usr/include/c++/6/algorithm:62:0,
from main.cpp:5:
/usr/include/c++/6/bits/stl_algo.h:3447:5: note: candidate: template<class _Tp> constexpr _Tp std::min(std::initializer_list<_Tp>)
min(initializer_list<_Tp> __l)
^~~
/usr/include/c++/6/bits/stl_algo.h:3447:5: note: template argument deduction/substitution failed:
main.cpp:41:33: note: mismatched types 'std::initializer_list<_Tp>' and 'long long int'
sMin = min(sMin, suma[j - 1]);
^
In file included from /usr/include/c++/6/algorithm:62:0,
from main.cpp:5:
/usr/include/c++/6/bits/stl_algo.h:3453:5: note: candidate: template<class _Tp, class _Compare> constexpr _Tp std::min(std::initializer_list<_Tp>, _Compare)
min(initializer_list<_Tp> __l, _Compare __comp)
^~~
/usr/include/c++/6/bits/stl_algo.h:3453:5: note: template argument deduction/substitution failed:
main.cpp:41:33: note: mismatched types 'std::initializer_list<_Tp>' and 'long long int'
sMin = min(sMin, suma[j - 1]);
^
main.cpp:49:32: error: no matching function for call to 'min(long long int&, __gnu_cxx::__alloc_traits<std::allocator<int> >::value_type&)'
sMin = min(sMin, suma[j - 1]);
^
In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !