c=int(input()) a=1 flg=0 while flg==0: a+=1 if c%a==0: flg=1 print(a,c//a)