Result

AC

Duration

933ms

Code [DL]

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

stdin

40
38

stdout

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

stderr

strace