Borderou de evaluare (job #2323884)

Utilizator alexdumitrescuDumitrescu George Alex alexdumitrescu Data 19 ianuarie 2019 22:08:08
Problema Potrivirea sirurilor Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:41:5: error: 'sol' was not declared in this scope sol=min(v.size(), 1000); ^~~ main.cpp:41:27: error: no matching function for call to 'min(std::vector<int>::size_type, int)' sol=min(v.size(), 1000); ^ 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/istream:38, from /usr/include/c++/6/fstream:38, 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:27: note: deduced conflicting types for parameter 'const _Tp' ('long unsigned int' and 'int') sol=min(v.size(), 1000); ^ 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/istream:38, from /usr/include/c++/6/fstream:38, 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:27: note: deduced conflicting types for parameter 'const _Tp' ('long unsigned int' and 'int') sol=min(v.size(), 1000); ^ main.cpp:42:15: error: 'nr' was not declared in this scope for(i=0;i<nr;i++) ^~ Non zero exit status: 1

Ceva nu functioneaza?