#968. 有条件的A+B 问题

有条件的A+B 问题

题目描述

 abcd 
+efgh
 ----
 8100 (这个数是N )

如上:四位数abcdefgh的和为一个数的和为N\red{N}

abcdefgh的所有情况(abcdefgh\red{ a \neq b \neq c \neq d \neq e \neq f \neq g \neq h}

输入格式

一个数n\red{n}

输出格式

abcd\red{abcd}efgh\red{efgh}的情况,两个数换一行,最后一行输出情况总数

样例

输入数据

8100

输出数据

1203 6897
1207 6893
1243 6857
1247 6853
…………
128

提示

n\red{n}是四位数,1203 68976897 1203算两种,且a\red{a}e\red{e}都不为0