GGD - Mr Toothless and His GCD Operation

You are given N. You have to find two numbers a and b such that GCD(a, b) is as maximum as possible where 1 ≤ a < b ≤ N.

Input

Input starts with an integer T (≤ 100), denoting the number of test cases.

Each case contains an integer N (2 ≤ N ≤ 106).

Output

For each case, print the case number and then print a and b. If there exists multiple solutions print the one where a + b is maximum.

Example

Input:
1
2

Output:
Case 1: 1 2


Problem Setter: Md Abdul Alim, Department of CSE, Bangladesh University of Business & Technology


Added by:Alim
Date:2014-05-12
Time limit:0.100s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64 GOSU
Resource:Own Problem

hide comments
2016-09-17 07:15:57 Bhumit
First in Java. :)
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.