by@paradigm_9
AC
1176ms
using System;class A{static int r()=>int.Parse(Console.ReadLine());static void Main(){for(int h=r(),w=r(),i=++w*h;i-->0;)Console.Write(-~i%w>2&i>w&i<w*h-w?" ":i%w>0?"*":"\n");}}
26 16
**************** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ****************