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

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

Time Limit: 1.000 Sec  Memory Limit: 128 MB
Submit: 510  Solved: 367
[Submit] [Status] [Web Board] [Creator:]

Description

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

Input

本题无输入。

Output

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

Sample Input

无输入。

Sample Output

15 30 45 60 75 90

Source/Category


[Submit] [Status]