Result

AC

Duration

981ms

Code [DL]

[h,w]=(""+require("fs").readFileSync(0)).split`
`
s=a="*".repeat(w)+`
`
for(h--;--h;)s+=`*${" ".repeat(w-2)}*
`
console.log(s+a)

stdin

32
17

stdout

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

stderr

strace