Problems
Status
Typing
Examing
Growing
游客
Signup
|
Login
中文
|
En
4032 - 因式分解
通过次数
0
提交次数
0
旧版界面
Time Limit : 1 秒
Memory Limit : 128 MB
输入一个正整数并因式分解,输出分解等式。如输入60,则输出:60=2*2*3*5
。
Input
输入一正整数n(n在int范围内)。
Output
输出其因式分解.
Examples
Input Format
60
Output Format
60=2*2*3*5
All
C
C++
Java
Python
Pascal
上一题
下一题
Code
Discuss
Stats
×