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