3327: 2022第十三届蓝桥杯省赛T2 分解整数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
给定一个正整数 N,然后将 N (5
Input
输入一个正整数 N (5
Output
输出一个整数,表示共有多少种符合要求的分解方法
Sample Input Copy
8
Sample Output Copy
1
HINT
样例2
输入:
11
输出:
3
样例3
输入
15
输出
7