Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Language: Set Definition
Description Set S is defined as follows:
(1) 1 is in S; (2) If x is in S, then 2x + 1 and 3x + 1 are also in S; (3) No other element belongs to S. Find the N-th element of set S, if we sort the elements in S by increasing order. Input Input will contain several test cases; each contains a single positive integer N (1 <= N <= 10000000), which has been described above. Output For each test case, output the corresponding element in S. Sample Input 100 254 Sample Output 418 1461 Source POJ Monthly--2005.08.28,Static |
[Submit] [Go Back] [Status] [Discuss]
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator