1754: (while)1到n之间能被3整除的数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:182
Solved:79
Description
输入一个任意整数N (1
< N < 10000),输出1到N范围内所有能被3整除的数,如果没有则输出0。
Input
输入n
Output
如题
Sample Input Copy
10
Sample Output Copy
3 6 9