摘要:
#include<bits/stdc++.h> using namespace std; int fa[50005],a[50005]; char str[305][305]; int n,T,temp; map<int,int> mp; int getfa(int x){ //cout<<x<<e 阅读全文
摘要:
a positive integer number is beautiful if and only if it is divisible by each of its nonzero digits. 问一个区间内[l,r]有多少个Beautiful数字 范围9*10^18 思路一般,但是取模以及映 阅读全文