12814: 【设计型】第11章:指针和数组 Cantor的数表

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

如下列数,第一项是1/1,第二项是2/1,第三项是1/2,第四项是3/1.第五项是2/2.....。输入n,输出第n项。

Input

输入n

Output

输出第n项后输出回车。

Sample Input Copy

3

Sample Output Copy

1/2