当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

7409:An Easy question

题目描述
Xiao Ming is faced with a complex math problem. Given n, m, he is going to find a real number α such that f(1/2+α) is maximized, where f(t)=min|i/n-j/m+t|,i,j∈Z. Please help him!
输入解释
The input contains zero or more test cases and is terminated by EOF.
Each test case contains two integers n,m.
1≤n,m≤〖10〗^9
The number of tests cases does not exceed 〖10〗^4.

输出解释
For each case, output a fraction p/q which denotes the result.
输入样例
1 1
1 3
输出样例
1/2
1/6

该题目包含在题集 SSPU新生赛

共提交 1

通过率 100.0%
时间上限 内存上限
1000 MS 128 MB