| Problem | lasers2 |
|---|---|
| User | itsLQ |
| Submission Time | 2025-02-26 00:26:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lasers2.cpp: In function ‘int main()’:
lasers2.cpp:86:100: error: no match for ‘operator=’ (operand types are ‘std::map<long long int, std::map<long long int, std::map<long long int, long long int> > >’ and ‘std::vector<std::vector<std::vector<long long int> > >’)
86 | memo = vector<vector<vector<int>>>(MAX, vector<vector<int>>(MAX, vector<int>(MAX, NUL)));
| ^
In file included from /usr/include/c++/9/map:61,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:81,
from lasers2.cpp:1:
/usr/include/c++/9/bits/stl_map.h:317:7: note: candidate: ‘std::map<_Key, _Tp, _Compare, _Alloc>& std::map<_Key, _Tp, _Compare, _Alloc>::operator=(const std::map<_Key, _Tp, _Compare, _Alloc>&) [with _Key = long long int; _Tp = std::map<long