Sumo and Easy Sum
题号:NC207573
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 256 M,其他语言512 M
64bit IO Format: %lld

题目描述

Give a positive integer K and the following conditions:


Please help Sumo write a program to calculate , the result should be expressed as a simple fraction.

输入描述:

The first line gives an integer , indicates that the following T test cases will be given.

Next T lines, each line gives a positive integer .

输出描述:

For each test case, print a line to express the answer.
示例1

输入

复制
2
2
3

输出

复制
2
3/5

备注:

6/5, 2, 3/5 are simple fractions, but 2/1,10/5,1/1 not.