1请把一个整数范围2到10的8次方拆解成质因数相乘的形式质因数按从小到大排列例输入 60输出 2*2*3*5c#includebits/stdc.h using namespace std; int f(int a){ for(int i2;ia;i) if(a%i0) return 0; return 1; } int main(){ int n; int i2; cinn; while(n1){ if(f(i)n%i0) { nn/i; couti; if(n1) cout*; } else i; } return 0; }