Problem U: 输出100以内既能被3整除又能被5整除的数Print the numbers within 100 that are divisible by both 3 and 5.

Problem U: 输出100以内既能被3整除又能被5整除的数Print the numbers within 100 that are divisible by both 3 and 5.

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 144  Solved: 78
[Submit] [Status] [Web Board] [Creator:]

Description

输出100以内既能被3整除又能被5整除的数。



Print the numbers within 100 that are divisible by both 3 and 5.

Input

本题无输入。

no input

Output

输出100以内既能被3整除又能被5整除的数,两个数之间用空格隔开。



Please 

Output the numbers within 100 that are divisible by both 3 and 5(separated by a space).

Sample Output Copy

15 30 45 60 75 90