1470: 有趣的除式
Memory Limit:128 MB
Time Limit:5.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:2
Description
不允许普通用户打印题目,请教师登录后使用。如有疑问请联系管理员!
Input
第一行有个整数n(0<n<=100)表示测试用例的个数。其后的每个测试用例占一行,每行有一个数据k(1<k<80)
Output
不存在满足上述形式的除式,则输出"not exist",否则请按除数从小到大的顺序依次输出除式。每个测试用例的输出之后有一个空行。
Sample Input Copy
2
62
10
Sample Output Copy
79546/01283=62
94736/01528=62
not exist