sculpture.cpp: In function 'bool fix(long long int)':
sculpture.cpp:24:15: error: no match for 'operator|=' (operand types are 'std::vector<bool>::reference' {aka 'std::_Bit_reference'} and 'std::vector<bool>::reference' {aka 'std::_Bit_reference'})
24 | dp[i][j] |= dp[k][j - 1];
| ~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from sculpture.cpp:1:
/usr/include/c++/9/cstddef:144:3: note: candidate: 'constexpr std::byte& std::operator|=(std::byte&, std::byte)'
144 | operator|=(byte& __l, byte __r) noexcept
| ^~~~~~~~
/usr/include/c++/9/cstddef:144:20: note: no known conversion for argument 1 from 'std::vector<bool>::reference' {aka 'std::_Bit_reference'} to 'std::byte&'
144 | operator|=(byte& __l, byte __r) noexcept
| ~~~~~~^~~
In file included from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from sculpture.cpp:1:
/usr/include/c++/9/bits/ios_base.h:99:3: note: candidate: 'const std::_Ios_Fmtflags& std::operator|=(std::_Ios_Fmtflags&, std::_Ios_Fmtflags)'
99 | operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b)
| ^~~~~~~~
/usr/include/c++/9/bits/ios_base.h:99:29: note: no known conversion for argument 1 from 'std::vector<bool>::reference' {aka 'std::_Bit_reference'} to 'std::_Ios_Fmtflags&'
99 | operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b)
| ~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/bits/ios_base.h:141:3: note: candidate: 'const std::_Ios_Openmode& std::operator|=(std::_Ios_Openmode&, std::_Ios_Openmode)'
141 | operator|=(_Ios_Openmode& __a, _Ios_Openmode __b)
| ^~~~~~~~
/usr/include/c++/9/bits/ios_base.h:141:29: note: no known conversion for argument 1 from 'std::vector<bool>::reference' {aka 'std::_Bit_reference'} to 'std::_Ios_Openmode&'
141 | operator|=(_Ios_Openmode& __a, _Ios_Openmode __b)
| ~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/bits/ios_base.h:181:3: note: candidate: 'const std::_Ios_Iostate& std::operator|=(std::_Ios_Iostate&, std::_Ios_Iostate)'
181 | operator|=(_Ios_Iostate& __a, _Ios_Iostate __b)
| ^~~~~~~~
/usr/include/c++/9/bits/ios_base.h:181:28: note: no known conversion for argument 1 from 'std::vector<bool>::reference' {aka 'std::_Bit_reference'} to 'std::_Ios_Iostate&'
181 | operator|=(_Ios_Iostate& __a, _Ios_Iostate __b)
| ~~~~~~~~~~~~~~^~~
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:105,
from sculpture.cpp:1:
/usr/include/c++/9/future:167:18: note: candidate: 'std::launch& std::operator|=(std::launch&, std::launch)'
167 | inline launch& operator|=(launch& __x, launch __y)
| ^~~~~~~~
/usr/include/c++/9/future:167:37: note: no known conversion for argument 1 from 'std::vector<bool>::reference' {aka 'std::_Bit_reference'} to 'std::launch&'
167 | inline launch& operator|=(launch& __x, launch __y)
| ~~~~~~~~^~~