幸运数字
该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。
Background
Special for beginners, ^_^
Description
一个数能被7整除或10进制中含有7被称为幸运数字。
【输出范围】
n>=1000
Input
求1—n幸运数字的和。
Output
One integer, the sum of x and y.
Samples
21
59
Limitation
1s, 1024KiB for each test case.