2071: 找倍数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:32
Solved:9
Description
输入n个数字,输出是m倍数的数字。
Input
第一行输入n;
第二行输入n个非负整数;
第三行输入m。
Output
一行,输出符合要求的数字。
Sample Input Copy
8
4 8 7 3 12 0 6 7
3
Sample Output Copy
3 12 0 6