by@lip_of_cygnus
WA
940ms
h=int(input()) w=int(input()) s='*'*w print(s+('*'+' '*(w-2)+'*\n')*(h-2)+s)
10 31
******************************** * * * * * * * * * * * * * * * *******************************