0_0_39592977_530.cpp: In function 'void solve(long long int, long long int)':
0_0_39592977_530.cpp:32:45: error: expected ']' before ';' token
32 | dp[j] |= dp[j - v[i];
| ^
| ]
0_0_39592977_530.cpp:32:31: error: no match for 'operator|=' (operand types are 'std::vector<bool>::reference' and 'std::vector<bool>::reference')
32 | dp[j] |= dp[j - v[i];
| ~~~~~~^~~~~~~~~~~~~~~
In file included from .\stdc++.h:176:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/future:179:18: note: candidate: 'std::launch& std::operator|=(launch&, launch)'
179 | inline launch& operator|=(launch& __x, launch __y) noexcept
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/future:179:37: note: no known conversion for argument 1 from 'std::vector<bool>::reference' to 'std::launch&'
179 | inline launch& operator|=(launch& __x, launch __y) noexcept
| ~~~~~~~~^~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/format:39,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/chrono_io.h:39,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/chrono:3330,
from .\stdc++.h:172:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/charconv:657:3: note: candidate: 'constexpr std::chars_format& std::operator|=(chars_format&, chars_format)'
657 | operator|=(chars_format& __lhs, chars_format __rhs) noexcept
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/charconv:657:28: note: no known conversion for argument 1 from 'std::vector<bool>::reference' to 'std::chars_format&'
657 | operator|=(chars_format& __lhs, chars_format __rhs) noexcept
| ~~~~~~~~~~~~~~^~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/streambuf:43,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/streambuf_iterator.h:35,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iterator:66,
from .\stdc++.h:54:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:182:3: note: candidate: 'const std::_Ios_Iostate& std::operator|=(_Ios_Iostate&, _Ios_Iostate)'
182 | operator|=(_Ios_Iostate& __a, _Ios_Iostate __b)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:182:28: note: no known conversion for argument 1 from 'std::vector<bool>::reference' to 'std::_Ios_Iostate&'
182 | operator|=(_Ios_Iostate& __a, _Ios_Iostate __b)
| ~~~~~~~~~~~~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:142:3: note: candidate: 'const std::_Ios_Openmode& std::operator|=(_Ios_Openmode&, _Ios_Openmode)'
142 | operator|=(_Ios_Openmode& __a, _Ios_Openmode __b)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:142:29: note: no known conversion for argument 1 from 'std::vector<bool>::reference' to 'std::_Ios_Openmode&'
142 | operator|=(_Ios_Openmode& __a, _Ios_Openmode __b)
| ~~~~~~~~~~~~~~~^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:99:3: note: candidate: 'const std::_Ios_Fmtflags& std::operator|=(_Ios_Fmtflags&, _Ios_Fmtflags)'
99 | operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/ios_base.h:99:29: note: no known conversion for argument 1 from 'std::vector<bool>::reference' to 'std::_Ios_Fmtflags&'
99 | operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b)
| ~~~~~~~~~~~~~~~^~~
In file included from .\stdc++.h:41:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cstddef:167:3: note: candidate: 'constexpr std::byte& std::operator|=(byte&, byte)'
167 | operator|=(byte& __l, byte __r) noexcept
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cstddef:167:20: note: no known conversion for argument 1 from 'std::vector<bool>::reference' to 'std::byte&'
167 | operator|=(byte& __l, byte __r) noexcept
| ~~~~~~^~~
|