#include <bits/stdc++.h> using namespace std; int main(){ cout<<"END"<<endl; cout<<"3 3"<<endl; cout<<"###"<<endl<<"#.#"<<endl<<"###"; return 0; }