Borderou de evaluare (job #1472923)

Utilizator theprdvtheprdv theprdv Data 18 august 2015 03:41:13
Problema Pirati Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void do_fill(const std::vector<std::vector<bool> >&, std::vector<std::vector<int> >&, std::vector<std::pair<int, int> >&, int&)': main.cpp:17:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < harta.size(); ++i){ ~~^~~~~~~~~~~~~~ main.cpp:18:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < harta[0].size(); ++j){ ~~^~~~~~~~~~~~~~~~~ main.cpp:19:15: error: no match for 'operator==' (operand types are '__gnu_cxx::__alloc_traits<std::allocator<std::vector<int> > >::value_type {aka std::vector<int>}' and 'int') if (rez[j] == -1){ In file included from /usr/include/c++/6/iosfwd:40:0, from /usr/include/c++/6/ios:38, from /usr/include/c++/6/istream:38, from /usr/include/c++/6/fstream:38, from main.cpp:1: /usr/include/c++/6/bits/postypes.h:216:5: note: candidate: template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&) operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) ^~~~~~~~ /usr/include/c++/6/bits/postypes.h:216:5: note: template argument deduction/substitution failed: main.cpp:19:19: note: '__gnu_cxx::__alloc_traits<std::allocator<std::vector<int> > >::value_type {aka std::vector<int>}' is not derived from 'const std::fpos<_StateT>' if (rez[j] == -1){ ^ In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0, from /usr/include/c++/6/bits/char_traits.h:39, 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_pair.h:435:5: note: candidate: template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&) operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) ^~~~~~~~ /usr/include/c++/6/bits/stl_pair.h:435:5: note: template argument deduction/substitution failed: main.cpp:19:19: note: '__gnu_cxx::__alloc_traits<std::allocator<std::vector<int> > >::value_type {aka std::vector<int>}' is not derived from 'const std::pair<_T1, _T2>' if (rez[j] == -1){ ^ In file included from /usr/include/c++/6/bits/stl_algobase.h:67:0, from /usr/include/c++/6/bits/char_traits.h:39, 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_iterator.h:292:5: note: candidate: template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&) operator==(const reverse_iterator<_Iterator>& __x, ^~~~~~~~ /usr/include/c++/6/bits/stl_iterator.h:292:5: note: template argument deduction/substitution failed: main.cpp:19:19: note: '__gnu_cxx::__alloc_traits<std::allocator<std::vector<int> > >::value_type {aka std::vector<int>}' is not derived from 'const std::reverse_iterator<_Iterator>' if (rez[j] == -1){ ^ In file included from /usr/include/c++/6/bits/stl_algobase.h:67:0, from /usr/include/c++/6/bits/char_traits.h:39, Non zero exit status: 1

Ceva nu functioneaza?