分析:
舉個例子xxx(三位數)為魔力數,則xxx|(xxx+1000*y),那麼xxx|1000,這個就是結論
同理:四位數xxxx|10000,五位數xxxxx|100000
代碼:
#include #include #include #include #include #include #include typedef long long LL; using namespace std; const int maxn=600005; LL p[maxn]; int main() { LL a,b; while(~scanf("%lld%lld",&a,&b)) { LL cnt=0; for(LL i=10;i<1000000000000;i*=10) { for(LL j=10;j>1;j--) if(i%j==0&&i/j>=i/10)p[cnt++]=i/j; } sort(p,p+cnt); LL ans=upper_bound(p,p+cnt,b)-lower_bound(p,p+cnt,a); printf("%lld\n",ans); } return 0; }
3. 按鈕類組件 21)問:在進行Wind
擴充C0文法編譯器開發筆記(一)符號表,c0文法零、簡介
數據結構之紅黑樹,數據結構紅黑 紅黑樹(Red Black
本文將演示在基於Windows Vista的普通Windo
還有的一點從文件---->內存---------
//訪問聲明,只能把基類的公有成員調整為私有派生類的公