#includeint main(){ double s; int a ,b; scanf("%lf",&s); a = (int)s; b = (int)(s+1); printf("%d %d\n",a,b); return 0;}