| Problem | bakshin |
|---|---|
| User | Goaw |
| Submission Time | 2026-05-07 23:54:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bakshin.cpp: In function ‘void dfs(long long int, std::vector<long long int>, long long int, long long int)’:
bakshin.cpp:16:10: error: no match for ‘operator=’ (operand types are ‘std::vector<int>’ and ‘std::vector<long long int>’)
16 | pp=p;
| ^
In file included from /usr/include/c++/9/vector:72,
from bakshin.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 = int; _Alloc = std::allocator<int>]’
198 | vector<_Tp, _Alloc>::
| ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/9/bits/vector.tcc:199:42: note: no known conversion for argument 1 from ‘std::vector<long long int>’ to ‘const std::vector<int>&’
199 | operator=(const vector<_Tp, _Alloc>& __x)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file incl