#include <iostream> using namespace std; int main() { cout<<"0010110011"<<endl<<"0111010000"<<endl<<"1011010000"; return 0; }