#Lutece0385. 除法
除法
Migrated from Lutece 385 除法
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
输入正整数,按从小到大的顺序输出所有形如abcde/fghij=n
的表达式,其中a
~j
恰好为数字的一个排列,。
Input
输入数据只包括一个数字。
Output
输入对应的输出,若输出有多个,则一个占一行,且依据分母从小到大的顺序。如果没有对应的结果,则输出一行NO
。
Samples
62
79546/01283=62
94736/01528=62
Resources
刘汝佳 算法竞赛入门经典