链接:https://codeforces.com/contest/1294/problem/C You are given one integer number nn. Find three distinct integers a,b,ca,b,c such that 2≤a,b,c2≤a,b,c and a⋅b⋅c=na⋅b⋅c=n or say that it is impossible to do it. If there are several answers, you can print any. You have to answer tt independent test cas...