#1000. 算法提高 质因数

算法提高 质因数

Description


  将一个正整数N(1<N<32768)分解质因数。例如,输入90,打印出90=233*5。

Input Format

Output Format

66
66=2311

Source

蓝桥杯练习系统