Result

WA

Duration

850ms

Code [DL]

h=int(input())
w=int(input())
s='*'*w
print(s+('\n*'+' '*(w-2)+'*')*(h-2)+s)

stdin

15
53

stdout

*****************************************************
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   *
*                                                   ******************************************************

stderr

strace