王子轩 新手光能 for (int i=2; i<=(int)(sqrt(n)); i++) { if (n%i==0) { cout<<i<<" "<<n/i<<" "<<n/i<<endl; } }