Dome

题目描述

![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF409E/c698d48072b8e541133a6c77e30e37def2cb2a5f.png)

输入输出格式

输入格式


The input contains a single floating-point number $ x $ with exactly 6 decimal places ( $ 0<x<5 $ ).

输出格式


Output two integers separated by a single space. Each integer should be between 1 and 10, inclusive. If several solutions exist, output any of them. Solution will exist for all tests.

输入输出样例

输入样例 #1

1.200000

输出样例 #1

3 2

输入样例 #2

2.572479

输出样例 #2

10 3

输入样例 #3

4.024922

输出样例 #3

9 9