Problem1901--C二级辅导-局部求合

1901: C二级辅导-局部求合

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1  Solved: 1
[Status] [Submit] [Creator:]

Description

输入20个整数,输出其中能被数组中其它元素整除的那些数组元素。

Sample Input Copy

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

Sample Output Copy

4
6
8
9
10
12
14
15
16
18
20
21

Source/Category