Problem | boxinbox |
---|---|
User | wrizz69 |
Submission Time | 2024-12-08 18:14:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxinbox.cpp: In function ‘int32_t main()’:
boxinbox.cpp:50:18: error: ‘mp’ was not declared in this scope
50 | for(auto i : mp) {
| ^~
boxinbox.cpp:52:18: error: expected unqualified-id before ‘=’ token
52 | bool = true;
| ^
boxinbox.cpp: In instantiation of ‘main()::<lambda(auto:22, auto:23)> [with auto:22 = std::vector<long long int>; auto:23 = std::vector<long long int>]’:
/usr/include/c++/9/bits/predefined_ops.h:143:18: required from ‘constexpr bool __gnu_cxx::__ops::_Iter_comp_iter<_Compare>::operator()(_Iterator1, _Iterator2) [with _Iterator1 = __gnu_cxx::__normal_iterator<std::vector<long long int>*, std::vector<std::vector<long long int> > >; _Iterator2 = __gnu_cxx::__normal_iterator<std::vector<long long int>*, std::vector<std::vector<long long int> > >; _Compare = main()::<lambda(auto:22, auto:23)>]’
/u