Ilgiausias bendras posekis
- [1] 2025-02-09 22:29 (0)
- [2] 2025-02-09 22:31 (0)
- [3] 2025-02-09 22:32 (0)
- [4] 2025-02-09 22:33 (0)
- [5] 2025-02-09 22:35 (50)
- [6] 2025-02-09 22:48 (100)
Taškai: 0
Compile: FAIL
bendras.cpp: In function ‘int main()’: bendras.cpp:33:30: error: no matching function for call to ‘std::vector<int>::push_back(std::pair<int, int>&)’ 33 | ans.push_back(line[j]); | ~~~~~~~~~~~~~^~~~~~~~~ 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 bendras.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 = int; _Alloc = std::allocator<int>; std::vector<_Tp, _Alloc>::value_type = int]’ 1187 | push_back(const value_type& __x) | ^~~~~~~~~ /usr/include/c++/11/bits/stl_vector.h:1187:35: note: no known conversion for argument 1 from ‘std::pair<int, int>’ to ‘const value_type&’ {aka ‘const int&’} 1187 | push_back(const value_type& __x) | ~~~~~~~~~~~~~~~~~~^~~ /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 = int; _Alloc = std::allocator<int>; std::vector<_Tp, _Alloc>::value_type = int]’ 1203 | push_back(value_type&& __x) | ^~~~~~~~~ /usr/include/c++/11/bits/stl_vector.h:1203:30: note: no known conversion for argument 1 from ‘std::pair<int, int>’ to ‘std::vector<int>::value_type&&’ {aka ‘int&&’} 1203 | push_back(value_type&& __x) | ~~~~~~~~~~~~~^~~
nr. | result | time | message |
---|