Problem | 3nplus1 |
---|---|
User | Runjia |
Submission Time | 2025-02-08 12:49:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:13:19: error: no matching function for call to ‘std::vector<std::__cxx11::basic_string<char> >::push_back(long long int&)’
13 | ans.push_back(n);
| ^
In file included from /usr/include/c++/9/vector:67,
from 3nplus1.cpp:2:
/usr/include/c++/9/bits/stl_vector.h:1184:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::value_type = std::__cxx11::basic_string<char>]’
1184 | push_back(const value_type& __x)
| ^~~~~~~~~
/usr/include/c++/9/bits/stl_vector.h:1184:35: note: no known conversion for argument 1 from ‘long long int’ to ‘const value_type&’ {aka ‘const std::__cxx11::basic_string<char>&’}
1184 | push_back(const value_t