Borderou de evaluare (job #3178482)
Utilizator | Data | 1 decembrie 2023 19:06:43 | |
---|---|---|---|
Problema | Trilant | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void findPath(int, int, std::vector<std::pair<long long int, int> >&)':
main.cpp:23:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | for(int i=0;i<result.size();i++)
| ~^~~~~~~~~~~~~~
main.cpp: In function 'std::vector<std::pair<long long int, int> > dijk(int)':
main.cpp:34:73: error: 'LLONG_MAX' was not declared in this scope
34 | vector<pair<long long, int>> distancesAndParent(connections.size(),{LLONG_MAX, -1});
| ^~~~~~~~~
main.cpp:5:1: note: 'LLONG_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
4 | #include <queue>
+++ |+#include <climits>
5 | using namespace std;
main.cpp:34:87: error: no matching function for call to 'std::vector<std::pair<long long int, int> >::vector(std::vector<std::vector<std::pair<int, long long int> > >::size_type, <brace-enclosed initializer list>)'
34 | vector<pair<long long, int>> distancesAndParent(connections.size(),{LLONG_MAX, -1});
| ^
In file included from /usr/include/c++/12.2.1/vector:64,
from main.cpp:3:
/usr/include/c++/12.2.1/bits/stl_vector.h:702:9: note: candidate: 'template<class _InputIterator, class> constexpr std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with <template-parameter-2-2> = _InputIterator; _Tp = std::pair<long long int, int>; _Alloc = std::allocator<std::pair<long long int, int> >]'
702 | vector(_InputIterator __first, _InputIterator __last,
| ^~~~~~
/usr/include/c++/12.2.1/bits/stl_vector.h:702:9: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/12.2.1/bits/stl_construct.h:61,
from /usr/include/c++/12.2.1/bits/char_traits.h:46,
from /usr/include/c++/12.2.1/ios:40,
from /usr/include/c++/12.2.1/ostream:38,
from /usr/include/c++/12.2.1/iostream:39,
from main.cpp:1:
/usr/include/c++/12.2.1/bits/stl_iterator_base_types.h: In substitution of 'template<class _InIter> using _RequireInputIter = std::__enable_if_t<std::is_convertible<typename std::iterator_traits<_Iterator>::iterator_category, std::input_iterator_tag>::value> [with _InIter = long unsigned int]':
/usr/include/c++/12.2.1/bits/stl_vector.h:700:9: required from here
/usr/include/c++/12.2.1/bits/stl_iterator_base_types.h:249:11: error: no type named 'iterator_category' in 'struct std::iterator_traits<long unsigned int>'
249 | using _RequireInputIter =
| ^~~~~~~~~~~~~~~~~
/usr/include/c++/12.2.1/bits/stl_vector.h:673:7: note: candidate: 'constexpr std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = std::pair<long long int, int>; _Alloc = std::allocator<std::pair<long long int, int> >; allocator_type = std::allocator<std::pair<long long int, int> >]'
673 | vector(initializer_list<value_type> __l,
| ^~~~~~
/usr/include/c++/12.2.1/bits/stl_vector.h:673:43: note: no known conversion for argument 1 from 'std::vector<std::vector<std::pair<int, long long int> > >::size_type' {aka 'long unsigned int'} to 'std::initializer_list<std::pair<long long int, int> >'
673 | vector(initializer_list<value_type> __l,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/12.2.1/bits/stl_vector.h:654:7: note: candidate: 'constexpr std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&, std::__type_identity_t<_Alloc>&) [with _Tp = std::pair<long long int, int>; _Alloc = std::allocator<std::pair<long long int, int> >; std::__type_identity_t<_Alloc> = std::allocator<std::pair<long long int, int> >]'
654 | vector(vector&& __rv, const __type_identity_t<allocator_type>& __m)
| ^~~~~~
/usr/include/c++/12.2.1/bits/stl_vector.h:654:23: note: no known conversion for argument 1 from 'std::vector<std::vector<std::pair<int, long long int> > >::size_type' {aka 'long unsigned int'} to 'std::vector<std::pair<long long int, int> >&&'
654 | vector(vector&& __rv, const __type_identity_t<allocator_type>& __m)
| ~~~~~~~~~^~~~
/usr/include/c++/12.2.1/bits/stl_vector.h:635:7: note: candidate: 'constexpr std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&, const allocator_type&, std::false_type) [with _Tp = std::pair<long long int, int>; _Alloc = std::allocator<std::pair<long long int, int> >; allocator_type = std::allocator<std::pair<long long int, int> >; std::false_type = std::integral_constant<bool, false>]'
635 | vector(vector&& __rv, const allocator_type& __m, false_type)
| ^~~~~~
/usr/include/c++/12.2.1/bits/stl_vector.h:635:7: note: candidate expects 3 arguments, 2 provided
/usr/include/c++/12.2.1/bits/stl_vector.h:630:7: note: candidate: 'constexpr std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>&&, const allocator_type&, std::true_type) [with _Tp = std::pair<long long int, int>; _Alloc = std::allocator<std::pair<long long int, int> >; allocator_type = std::allocator<std::pair<long long int, int> >; std::true_type = std::integral_constant<bool, true>]'
630 | vector(vector&& __rv, const allocator_type& __m, true_type) noexcept
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !