#include #include #include #include #include #include #include #include #include using namespace std; int main(){ int h,w; -scanf("%d%d",&h,&w); vector s(h); for(int i=0;i f(h*w,0); for(int y=0;y1)p++; s[p/w][p%h]='*'; for(auto a:s){ puts(a.c_str()); } return 0; }