by@lip_of_cygnus
WA
850ms
h=int(input())
w=int(input())
s='*'*w
print(s+('\n*'+' '*(w-2)+'*')*(h-2)+s)15 53
***************************************************** * * * * * * * * * * * * * * * * * * * * * * * * * ******************************************************