3490: 符合条件的数

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

[md] 从键盘输入三个正整数(均小于10),用这三个数分别作为除数,输出余数均为1的最小的十个数。 [/md]

Sample Input Copy

2 3 5

Sample Output Copy

1 31 61 91 121 151 181 211 241 271