4438: 输出n以内7的倍数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:124
Solved:40
Description
输出n以内7的倍数。每个数后面有一个换行符。
Input
一个正整数n
Output
每个数的后面有一个换行。
Sample Input Copy
100
Sample Output Copy
0
7
14
21
28
35
42
49
56
63
70
77
84
91
98