Result

WA

Duration

848ms

Code [DL]

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

stdin

26
16

stdout

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

stderr

strace