补题中 A http://acdream.info/problem?pid=1726 A Math game Time Limit: 2000/1000MS (Java/Others) Memory Limit: 256000/128000KB (Java/Others) Submit Statistic Next Problem Problem Description Re
幸运数字是可以被3,5,7任一整除的数字,列举小明号码内的所有可能组合并计数。注意别忘了把1占的一位减去。 #include<stdio.h>typedef long long ll;int main(){long long ans = 0, n = 59084709587505LL;for(ll i = 1; i <= n; i *= 3){//计算小于等于n的数字中可被3,5,7任一整