ili.cpp: In function 'int main()':
ili.cpp:38:20: error: no match for 'operator|=' (operand types are 'std::bitset<20005>::reference' and 'int')
good[i][j] |= good[lp[i]][j] | good[rp[i]][j] | good[i][lp[j]] | good[i][rp[j]];
In file included from /usr/include/c++/7/ios:42:0,
from /usr/include/c++/7/istream:38,
from /usr/include/c++/7/sstream:38,
from /usr/include/c++/7/complex:45,
from /usr/include/c++/7/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/7/bits/stdc++.h:52,
from ili.cpp:1:
/usr/include/c++/7/bits/ios_base.h:99:3: note: candidate: const std::_Ios_Fmtflags& std::operator|=(std::_Ios_Fmtflags&, std::_Ios_Fmtflags)
operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b)
^~~~~~~~
/usr/include/c++/7/bits/ios_base.h:99:3: note: no known conversion for argument 1 from 'std::bitset<20005>::reference' to 'std::_Ios_Fmtflags&'
/usr/include/c++/7/bits/ios_base.h:141:3: note: candidate: const std::_Ios_Openmode& std::operator|=(std::_Ios_Openmode&, std::_Ios_Openmode)
operator|=(_Ios_Openmode& __a, _Ios_Openmode __b)
^~~~~~~~
/usr/include/c++/7/bits/ios_base.h:141:3: note: no known conversion for argument 1 from 'std::bitset<20005>::reference' to 'std::_Ios_Openmode&'
/usr/include/c++/7/bits/ios_base.h:181:3: note: candidate: const std::_Ios_Iostate& std::operator|=(std::_Ios_Iostate&, std::_Ios_Iostate)
operator|=(_Ios_Iostate& __a, _Ios_Iostate __b)
^~~~~~~~
/usr/include/c++/7/bits/ios_base.h:181:3: note: no known conversion for argument 1 from 'std::bitset<20005>::reference' to 'std::_Ios_Iostate&'
In file included from /usr/include/x86_64-linux-gnu/c++/7/bits/stdc++.h:105:0,
from ili.cpp:1:
/usr/include/c++/7/future:167:18: note: candidate: std::launch& std::operator|=(std::launch&, std::launch)
inline launch& operator|=(launch& __x, launch __y)
^~~~~~~~
/usr/include/c++/7/future:167:18: note: no known conversion for argument 1 from 'std::bitset<20005>::reference' to 'std::launch&'