#include <iostream>
using namespace std;
int main()
{long long int x,y;
while(cin>>x)
{for(y=1;y<=x;++y)
cout<<"=_=|||"<<endl;
} return 0;
}