当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

7410:Mixed Number

题目描述
100 could be represented as:100=3+69258/714
Also could be represented as: 100=82+3546/197.
Note: In the mixed number, each number ranging from 1 to 9 appear only once.
For example,100 has 11 forms.

输入解释
This input only includes one case.
Each test case contains one integer n
• 1≤n≤1000000

输出解释
The program should output the forms of these different mixed number. 
输入样例
100
输出样例
11

该题目包含在题集 SSPU新生赛

共提交 14

通过率 78.57%
时间上限 内存上限
2000 MS 128 MB