Problem | card |
---|---|
User | Hijackedsoul |
Submission Time | 2023-07-27 10:20:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:15:17: error: expected ‘;’ before ‘}’ token
15 | arr[i]=i
| ^
| ;
16 | }
| ~
card.cpp:21:23: error: no matching function for call to ‘std::vector<int>::erase(<unresolved overloaded function type>)’
21 | arr.erase(arr.begin);
| ^
In file included from /usr/include/c++/9/vector:67,
from card.cpp:4:
/usr/include/c++/9/bits/stl_vector.h:1427:7: note: candidate: ‘std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::const_iterator) [with _Tp = int; _Alloc = std::allocator<int>; std::vector<_Tp, _Alloc>::iterator = __gnu_cxx::__normal_iterator<int*, std::vector<int> >; typename std::_Vector_base<_Tp, _Alloc>::pointer = int*; std::vector<_Tp, _Alloc>::const_iterator = __gnu_cxx