#include <bits/stdc++.h> using namespace std; const int MAX_LEN=5; int main(){ printf("END\n"); printf("3 3\n"); printf("###\n"); printf("#.#\n"); printf("###\n"); }