Description
一道简单的枚举题
Input
输入包括多个正整数n,2<=n<=79。
Output
按从小到大的顺序输出所有形如 abcde/fghij = n的表达式,其中a~j恰好为数字0~9的一个排列。
没有满足要求的等式,输出Error
Sample Input
62
Sample Output
79546 / 01283 = 62 94736 / 01528 = 62
Source
LRJ小白书
Uploader
speed