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