阶乘分解
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
给定整数 ,试把阶乘 分解质因数,按照算术基本定理的形式输出分解结果中的 和 即可。
输入格式
一个整数 。
输出格式
分解质因数后的结果,共若干行,每行一对 ,表示含有 项。按照 从小到大的顺序输出。
5
2 3
3 1
5 1
C23暑假作业8-数学-基础题
- Status
- Done
- Problem
- 15
- Open Since
- 2024-7-5 0:00
- Deadline
- 2024-10-27 23:59
- Extension
- 24 hour(s)