Task Description
5的倍數和7的倍數
Input Format
輸入一整數N
Output Format
計算1加到N
如果相加的數字為5的倍數就不加
如果是7的倍數或個位數字是7的數則加兩次
Sample Input
1 10
Sample Output
1 47
Task Description
5的倍數和7的倍數
Input Format
輸入一整數N
Output Format
計算1加到N
如果相加的數字為5的倍數就不加
如果是7的倍數或個位數字是7的數則加兩次
Sample Input
1 10
Sample Output
1 47