by@lip_of_cygnus
WA
848ms
h=int(input()) w=int(input()) s='*'*w+'\n' print(s+('*'+' '*(w-2)+'*')*(h-2)+s)
26 16
**************** * ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** *****************