#include using namespace std; typedef long long int ll; typedef unsigned long long ull; mt19937_64 rng(chrono::steady_clock::now().time_since_epoch().count()); ll myRand(ll B) { return (ull)rng() % B; } int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); int h,w,x; cin >> h >> w >> x; vector> c(h,vector(w)); for(int _=0;_<2;_++){ if(_){ swap(h,w); vector> cc(h,vector(w)); swap(c,cc); } int add=(x-(h-1+w-1)); for(int i=0;i=4){ add-=4; c[i+1][j]='#'; c[i+1][j+2]='.'; } } } if(add==0){ if(_){ swap(h,w); vector> cc(h,vector(w)); for(int i=0;i