Problem | powervillage |
---|---|
User | Henries |
Submission Time | 2024-10-21 10:36:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
powervillage.cpp: In function ‘int main()’:
powervillage.cpp:23:27: error: no match for ‘operator=’ (operand types are ‘std::vector<long long int>’ and ‘long long int’)
23 | diff = abs(v[i] - v[i+1]);
| ^
In file included from /usr/include/c++/9/vector:72,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from powervillage.cpp:1:
/usr/include/c++/9/bits/vector.tcc:198:5: note: candidate: ‘std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = long long int; _Alloc = std::allocator<long long int>]’
198 | vector<_Tp, _Alloc>::
| ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/9/bits/vector.tcc:199:42