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