h,w:=System.popen("stty size","r").readln().split(); println(w," x ",h);