Problem1388--C++二级辅导-局部求合

1388: C++二级辅导-局部求合

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

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