Borderou de evaluare (job #2681637)

Utilizator CosminPetrescuPetrescu Cosmin CosminPetrescu Data 5 decembrie 2020 23:35:42
Problema Catun Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void Dijkstra(int, int, int, std::vector<std::pair<int, int> >*&, std::vector<bool>&)': main.cpp:35:12: error: 'INT_MAX' was not declared in this scope d[i] = { INT_MAX, 0 }; ^~~~~~~ main.cpp:35:23: error: no match for 'operator=' (operand types are '__gnu_cxx::__alloc_traits<std::allocator<std::pair<int, int> > >::value_type {aka std::pair<int, int>}' and '<brace-enclosed initializer list>') d[i] = { INT_MAX, 0 }; ^ 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/ostream:38, from /usr/include/c++/6/iostream:39, from main.cpp:1: /usr/include/c++/6/bits/stl_pair.h:363:7: note: candidate: std::pair<_T1, _T2>& std::pair<_T1, _T2>::operator=(typename std::conditional<std::__and_<std::is_copy_assignable<_Tp>, std::is_copy_assignable<_T2> >::value, const std::pair<_T1, _T2>&, const std::__wrap_nonesuch&>::type) [with _T1 = int; _T2 = int; typename std::conditional<std::__and_<std::is_copy_assignable<_Tp>, std::is_copy_assignable<_T2> >::value, const std::pair<_T1, _T2>&, const std::__wrap_nonesuch&>::type = const std::pair<int, int>&] operator=(typename conditional< ^~~~~~~~ /usr/include/c++/6/bits/stl_pair.h:363:7: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'std::conditional<true, const std::pair<int, int>&, const std::__wrap_nonesuch&>::type {aka const std::pair<int, int>&}' /usr/include/c++/6/bits/stl_pair.h:380:7: note: candidate: std::pair<_T1, _T2>& std::pair<_T1, _T2>::operator=(typename std::conditional<std::__and_<std::is_move_assignable<_Tp>, std::is_move_assignable<_T2> >::value, std::pair<_T1, _T2>&&, std::__wrap_nonesuch&&>::type) [with _T1 = int; _T2 = int; typename std::conditional<std::__and_<std::is_move_assignable<_Tp>, std::is_move_assignable<_T2> >::value, std::pair<_T1, _T2>&&, std::__wrap_nonesuch&&>::type = std::pair<int, int>&&] operator=(typename conditional< ^~~~~~~~ /usr/include/c++/6/bits/stl_pair.h:380:7: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'std::conditional<true, std::pair<int, int>&&, std::__wrap_nonesuch&&>::type {aka std::pair<int, int>&&}' /usr/include/c++/6/bits/stl_pair.h:396:2: note: candidate: template<class _U1, class _U2> typename std::enable_if<std::__and_<std::is_assignable<_T1&, const _U1&>, std::is_assignable<_T2&, const _U2&> >::value, std::pair<_T1, _T2>&>::type std::pair<_T1, _T2>::operator=(const std::pair<_U1, _U2>&) [with _U1 = _U1; _U2 = _U2; _T1 = int; _T2 = int] operator=(const pair<_U1, _U2>& __p) ^~~~~~~~ /usr/include/c++/6/bits/stl_pair.h:396:2: note: template argument deduction/substitution failed: main.cpp:35:23: note: couldn't deduce template parameter '_U1' d[i] = { INT_MAX, 0 }; ^ 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/ostream:38, from /usr/include/c++/6/iostream:39, from main.cpp:1: /usr/include/c++/6/bits/stl_pair.h:407:2: note: candidate: template<class _U1, class _U2> typename std::enable_if<std::__and_<std::is_assignable<_T1&, _U1&&>, std::is_assignable<_T2&, _U2&&> >::value, std::pair<_T1, _T2>&>::type std::pair<_T1, _T2>::operator=(std::pair<_U1, _U2>&&) [with _U1 = _U1; _U2 = _U2; _T1 = int; _T2 = int] operator=(pair<_U1, _U2>&& __p) ^~~~~~~~ /usr/include/c++/6/bits/stl_pair.h:407:2: note: template argument deduction/substitution failed: main.cpp:35:23: note: couldn't deduce template parameter '_U1' d[i] = { INT_MAX, 0 }; ^ Non zero exit status: 1

Ceva nu functioneaza?