1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.List;

public class jed {

	public static void main(String[] args) {
		
		try {
		InputStreamReader inp = new InputStreamReader(System.in);
		BufferedReader br = new BufferedReader(inp);
            
            String input1 = br.readLine();
            int t = Integer.parseInt(input1);
            int [] cases = new int [t];
            
            for (int i = 0; i < t; i ++) {
            	cases[i] = Integer.parseInt(br.readLine());
            }


            for (int i = 0; i < t; i ++) {
            	int ones = 100;
            	int k = cases[i];
            	List<Integer> numbers = new LinkedList<>();

            	
            	while (k > 0) {
                	boolean flag = false;
            		for (int j = 2 ; j <= Math.sqrt(k); j++) {
            			if (k % j == 0) {
            				k = k / j;
            				numbers.add(j);
            				flag = true;
            				break;
            			}
            		}
            		if (flag == false) {
            			k = k - 1;
            			numbers.add(1);
            		}
            	}
            	
            	StringBuilder str = new StringBuilder();
            	int brackets = 0;
            	for (Integer l : numbers) {
            		if (l == 1) {
            			str.append("(1+");
            			brackets++;
            		} else {
            			str.append(l).append("*");
            		}
            	}
            	for (int m = 0; m < brackets; m++) {
            		str.append(")");
            	}
            	for (int a = 0; a < str.length(); a++) {
            		char ch = str.charAt(a);
            		if (ch == '(' || ch == ')' || ch == '+' || ch == '*') {
            			continue;
            		} else if (ch == '1'){
            			StringBuilder str2 = new StringBuilder();
            			str2.append(ch);
            			int b = a + 1;
            			int c = 0;
            			while (b < str.length() && !(str.charAt(b) == '(' || str.charAt(b) == ')' || str.charAt(b) == '+' || str.charAt(b) == '*')) {
            				str2.append(str.charAt(b));
            				b++;
            				c++;
            			}
            			if (c > 0) {
            				str.replace(a, a + c + 1, function(Integer.parseInt(str2.toString())));
            			}
            		}	else {
            			str.replace(a, a + 1, function(Integer.parseInt(Character.toString(ch))));
            		}
            	}
            	if (i == t - 1) {
            		String result = str.toString().replaceAll("\\+\\)", ")").replaceAll("\\(1\\)", "1");
            		int count = result.length() - result.replace("1", "").length();
            		if (count <= 100) {
            			System.out.print(str.toString().replaceAll("\\+\\)", ")").replaceAll("\\(1\\)", "1").trim());
            		} else {
            			System.out.print("NIE");
            		}
            		
            	} else {
            		String result = str.toString().replaceAll("\\+\\)", ")").replaceAll("\\(1\\)", "1");
            		int count = result.length() - result.replace("1", "").length();
            		if (count <= 100) {
            			System.out.println(str.toString().replaceAll("\\+\\)", ")").replaceAll("\\(1\\)", "1").trim());
            		} else {
            			System.out.println("NIE");
            		}
            	}
            }
            System.exit(0);
		} catch (Exception e) {
			System.exit(1);
		}
	}
	
	static public String function (int numb) {
		
		List<Integer> numbers = new LinkedList<>();

    	
    	while (numb > 0) {
        	boolean flag = false;
    		for (int j = 2 ; j <= Math.sqrt(numb); j++) {
    			if (numb % j == 0) {
    				numb = numb / j;
    				numbers.add(j);
    				flag = true;
    				break;
    			}
    		}
    		if (flag == false) {
    			numb = numb - 1;
    			numbers.add(1);
    		}
    	}
    	
    	StringBuilder str = new StringBuilder();
    	int brackets = 0;
    	for (Integer l : numbers) {
    		if (l == 1) {
    			str.append("(1+");
    			brackets++;
    		} else {
    			str.append(l).append("*");
    		}
    	}
    	for (int m = 0; m < brackets; m++) {
    		str.append(")");
    	}
    	
    	for (int a = 0; a < str.length(); a++) {
    		char ch = str.charAt(a);
    		if (ch == '(' || ch == ')' || ch == '+' || ch == '*') {
    			continue;
    		} else if (ch == '1'){
    			StringBuilder str2 = new StringBuilder();
    			str2.append(ch);
    			int b = a + 1;
    			int c = 0;
    			while (b < str.length() && !(str.charAt(b) == '(' || str.charAt(b) == ')' || str.charAt(b) == '+' || str.charAt(b) == '*')) {
    				str2.append(str.charAt(b));
    				b++;
    				c++;
    			}
    			if (c > 0) {
    				str.replace(a, a + c + 1, function(Integer.parseInt(str2.toString())));
    			}
    		}	else {
    			str.replace(a, a + 1, function(Integer.parseInt(Character.toString(ch))));
    		}
    	}
		return str.toString();
	}
}