Policija

Taškai: 0

Compile: FAIL

policija.cpp: In function ‘int main()’: policija.cpp:25:48: error: no matching function for call to ‘std::vector<std::pair<int, int> >::push_back(int, int&)’ 25 | graf[duom[i].first.first].push_back(duom[i].first.second-1, duom[i].second); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11/vector:67, from /usr/include/c++/11/queue:61, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:86, from policija.cpp:1: /usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::pair<int, int>; _Alloc = std::allocator<std::pair<int, int> >; std::vector<_Tp, _Alloc>::value_type = std::pair<int, int>]’ 1187 | push_back(const value_type& __x) | ^~~~~~~~~ /usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = std::pair<int, int>; _Alloc = std::allocator<std::pair<int, int> >; std::vector<_Tp, _Alloc>::value_type = std::pair<int, int>]’ 1203 | push_back(value_type&& __x) | ^~~~~~~~~ /usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate expects 1 argument, 2 provided policija.cpp:26:49: error: no matching function for call to ‘std::vector<std::pair<int, int> >::push_back(int, int&)’ 26 | graf[duom[i].first.second].push_back(duom[i].first.first-1, duom[i].second); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11/vector:67, from /usr/include/c++/11/queue:61, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:86, from policija.cpp:1: /usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::pair<int, int>; _Alloc = std::allocator<std::pair<int, int> >; std::vector<_Tp, _Alloc>::value_type = std::pair<int, int>]’ 1187 | push_back(const value_type& __x) | ^~~~~~~~~ /usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate expects 1 argument, 2 provided /usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = std::pair<int, int>; _Alloc = std::allocator<std::pair<int, int> >; std::vector<_Tp, _Alloc>::value_type = std::pair<int, int>]’ 1203 | push_back(value_type&& __x) | ^~~~~~~~~ /usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate expects 1 argument, 2 provided policija.cpp:30:14: error: expected ‘,’ before ‘[’ token 30 | start[i] = INT_MAX; | ^ | , policija.cpp:30:14: error: expected identifier before ‘[’ token policija.cpp:30:27: error: expected ‘]’ before ‘;’ token 30 | start[i] = INT_MAX; | ^ policija.cpp: In lambda function: policija.cpp:30:27: error: expected ‘{’ before ‘;’ token policija.cpp: In function ‘int main()’: policija.cpp:31:5: error: expected primary-expression before ‘]’ token 31 | ] | ^ policija.cpp:46:5: error: expected primary-expression before ‘}’ token 46 | } | ^

nr.resulttimemessage