锘??xml version="1.0" encoding="utf-8" standalone="yes"?>国产精品毛片大码女人,亚洲视频一区二区在线观看 ,免费试看一区http://www.shnenglu.com/Yuan/category/16257.htmlzh-cnWed, 04 May 2011 21:05:47 GMTWed, 04 May 2011 21:05:47 GMT60CF54Chttp://www.shnenglu.com/Yuan/archive/2011/05/05/145704.html_Yuan_YuanWed, 04 May 2011 17:06:00 GMThttp://www.shnenglu.com/Yuan/archive/2011/05/05/145704.htmlhttp://www.shnenglu.com/Yuan/comments/145704.htmlhttp://www.shnenglu.com/Yuan/archive/2011/05/05/145704.html#Feedback0http://www.shnenglu.com/Yuan/comments/commentRss/145704.htmlhttp://www.shnenglu.com/Yuan/services/trackbacks/145704.html/*
    鍖洪棿[L,R]涓瘡涓暟鍑虹幇鐨勬鐜囦負1/(R-L+1)
    鐜扮粰鍑簄涓尯闂達紝[Li,Ri]錛屾瘡涓尯闂存娊鍙栧嚭涓涓暟
    姹傝繖n涓暟涓紝鑷沖皯鏈塊%涓暟鐨勫墠緙涓?鐨勬鐜?br>
    鍙互澶勭悊鍑烘瘡涓尯闂碵Li, Ri]鎶藉彇鐨勬暟鍓嶇紑涓?鐨勬鐜噋[i]
    dp[i,j]琛ㄧず鍓嶉潰i涓尯闂存湁j涓暟鍓嶇紑涓?鐨勬鐜?br>    鍒欒漿縐誨氨鏄痙p[i,j] = dp[i-1,j-1]*p[i]  + dp[i-1,j]*(1-p[i])
    絳旀灝辨槸鈭慸p[n,j]錛?nbsp;j/n >= K%
*/

#include
<iostream>
#include
<cstring>
#include
<map>
#include
<algorithm>
#include
<stack>
#include
<queue>
#include
<cmath>
#include
<string>
#include
<cstdlib>
#include
<vector>
#include
<cstdio>
#include
<set>
#include
<list>
#include
<numeric>
#include
<cassert>
#include
<ctime>
#include
<bitset>

using namespace std;

long long cal(long long x) {//[1,x]
    long long cnt = 0 , now = 1;
    
while(x/now > 1{
        cnt 
+= now;
        now 
*= 10;
    }

    
if(x / now == 1{//x = 1***
        cnt += x - now + 1;
    }

    
return cnt;
}


double cal(long long left, long long right) {
    
return (cal(right) - cal(left-1)) / (right - left + 1.0);
}


double p[1000], dp[1000][1000];

int main()
{
#ifndef ONLINE_JUDGE
    freopen(
"in","r",stdin);
#endif    

    
for (int n; ~scanf("%d"&n); ) {
        
long long left, right;
        
for (int i = 0; i <n ; i++{
            scanf(
"%I64d%I64d"&left, &right);
            p[i] 
= cal(left, right);
        }

        memset(dp, 
0sizeof dp);
        dp[
0][0= 1.0;
        
for (int i = 1; i <= n; i++{
            
for(int j = 0; j <= i; j++{
                dp[i][j] 
= dp[i-1][j-1]*p[i-1+ dp[i-1][j]*(1-p[i-1]);
            }

        }

        
int per;
        scanf(
"%d"&per);
        
double ans = 0;
        
forint j = 0 ; j <= n; j++ ) {
            
if(100*>= n*per) {
                ans 
+= dp[n][j];
            }

        }

        printf(
"%.10f\n", ans);
    }

    
return 0;
}


_Yuan 2011-05-05 01:06 鍙戣〃璇勮
]]>
鍏腑 1833 zjoi 2010 counthttp://www.shnenglu.com/Yuan/archive/2011/03/23/142568.html_Yuan_YuanWed, 23 Mar 2011 05:32:00 GMThttp://www.shnenglu.com/Yuan/archive/2011/03/23/142568.htmlhttp://www.shnenglu.com/Yuan/comments/142568.htmlhttp://www.shnenglu.com/Yuan/archive/2011/03/23/142568.html#Feedback0http://www.shnenglu.com/Yuan/comments/commentRss/142568.htmlhttp://www.shnenglu.com/Yuan/services/trackbacks/142568.html/*
    姹俒a,b]涓?-9鍚勬暟瀛楀嚭鐜扮殑嬈℃暟    <=10^12

    涓寮濮嬫垜鐢ㄦ暟浣嶇粺璁℃悶
    鎯蟲寜鐓ц繖縐嶆柟娉曟悶鐨?br>    
http://www.shnenglu.com/Yuan/archive/2011/01/25/139299.html
    鎼炰簡濂戒箙鎼炰笉鍑猴紝閫愭笎鍙戠幇dfs鍨嬬殑鍐欐硶錛岀姸鎬佷竴鑸渶瑕?pos,pre)錛岄渶瑕佸帇緙╁墠緙涓簆re
    鎴戝畾涔?pos, preCnt)
    preCnt鏄〃紺哄墠緙涓湁澶氬皯涓暟瀛楄窡褰撳墠瑕佹鏌ョ殑鏁板瓧鐩稿悓錛屼笉琛岀殑錛屼笉鑳芥紜〃紺哄嚭鍓嶇紑!
    濡?2,21璁板綍1鍑虹幇鐨勪釜鏁伴兘鏄竴鏍風殑錛屼絾鏄粨鏋滀笉鍚?br>    浼氳if(dp[pos][pre] != -1)
        return dp[pos][pre]
    榪斿洖閿欒鐨勭粨鏋?br>
    榪欎釜鍓嶇紑搴旇鍏鋒湁鍏辯敤鎬э紝涔熷氨璇翠笉鍚屽墠緙鍘嬬緝寰楀埌鐨勭粨鏋滄湁浜涜涓鏍鳳紝榪欐牱鎵嶈兘璁板繂鍖栧槢錛岄噸澶嶅埄鐢紒錛?br>    浣嗚繖棰橈紝鍓嶇紑濡傛灉鏄洿鎺ョ敤鍓嶉潰鐨勬暟瀛楁潵琛ㄧず鐨勮瘽錛屽緢澶氾紝鑲畾鏃剁┖閮戒笉琛?br>    
    
    鎵浠ワ紝鎼炴暟浣嶇粺璁★紝闇瑕佽褰曞墠緙錛堟暟浣嶇粺璁′笉璁板綍搴旇鍓嶇紑涓嶈鍚э級
    鍚屾椂鍓嶇紑蹇呴』鏄兘鍖哄垎錛堜笉浼氳繑鍥為敊璇粨鏋滐級鐨勶紝榪樿鍙叡鐢紙鐢ㄦ潵鍑忓皯榪愮畻錛屾彁楂橀熷害錛?br>    
    榪欓亾棰樼殑姝g‘鍋氭硶錛屾崲鍋氫互鍓嶏紝鍙兘浼氭兂鍒幫紝浣嗘槸鐜板湪鎰熻鎬濈淮瀹氬娍浜員_T
    鍙傝僪ttp://hi.baidu.com/736551725/blog/item/8ba4408e4fb74206b21bbae4.html
    瑙傚療涓嬭〃
    000
    001
    .
    998
    999
    瀵逛簬闀垮害涓?鐨勶紝鎬誨叡鏈?*10^3涓暟瀛楋紝姣忎釜鏁板瓧鍑虹幇鐨勬鐜囦竴鏍鳳紝鎵浠ユ瘡涓暟瀛楀嚭鐜扮殑嬈℃暟涓?*10^3/10
    涔熷嵆瀹藉害涓簄鐨勮〃錛屾瘡涓暟瀛楀嚭鐜扮殑嬈℃暟涓簄*10^(n-1)
    瀵逛簬鍓嶇紑0錛岃鍘繪帀錛屽浜庡搴︿負n鐨勮〃錛屽墠緙0鐨勪釜鏁頒負11..1涓紙琛ㄧ殑宸︿笂瑙掗偅浜?錛屽寘鎷?00閭d釜錛?br>
    鏈変簡涓婇潰鐨勮瀵燂紝灝遍愪綅緇熻涓嬶紝灝辮兘寰楀埌[1,n]鍚勪釜鏁板瓧鍑虹幇鐨勬鏁頒簡
*/

#include
<iostream>
#include
<cstring>
#include
<map>
#include
<algorithm>
#include
<stack>
#include
<queue>
#include
<cmath>
#include
<string>
#include
<cstdlib>
#include
<vector>
#include
<cstdio>
#include
<set>
#include
<list>
#include
<numeric>
#include
<cassert>
#include
<ctime>

using namespace std;

void gao(__int64 n,  __int64 cnt[]){//count all digits in [1,n] , not [0,n]
    /*
    check a form like this .
        000
        001
        .
        010
        .
        099
        100
        101   ------N
    
*/

    
int digit[20], num = 0;
    __int64 p 
= 1, N = n, sub = 0;
    
do{
        digit[num
++= n % 10;
        n 
/= 10;
        p 
*= 10;
    }
while(n > 0);
    
for(int i = num - 1,j ; i >= 0 ; i --){
        p 
/= 10;
        
for(j = 0 ; j < digit[i] ; j++){
            cnt[j] 
+= p;
            
for(int k = 0; k < 10 ; k++){
                cnt[k] 
+= p/10*i;
            }

        }

        N 
%= p;
        cnt[j] 
+= N+1;//瑕佸姞1
        sub += p;
    }

    cnt[
0-= sub;
}


int main()
{
#ifndef ONLINE_JUDGE
    freopen(
"in","r",stdin);
#endif

    
for(__int64 left, right ; cin >> left >> right; ){
        __int64 cnt[
10= {0};
        gao(left
-1, cnt);
        
for(int i = 0 ; i < 10 ; i++){
            cnt[i] 
= -cnt[i];
        }

        gao(right, cnt);
        
for(int i = 0; i < 10 ; i++){
            
if(i){
                putchar(
' ');
            }

            printf(
"%I64d", cnt[i]);
        }

        puts(
"");
    }

    
return 0;
}


_Yuan 2011-03-23 13:32 鍙戣〃璇勮
]]>
hdu 3398 榪涙爤鍑烘爤璁℃暟 n!璐ㄥ洜瀛愬垎瑙?/title><link>http://www.shnenglu.com/Yuan/archive/2011/03/22/142478.html</link><dc:creator>_Yuan</dc:creator><author>_Yuan</author><pubDate>Tue, 22 Mar 2011 07:02:00 GMT</pubDate><guid>http://www.shnenglu.com/Yuan/archive/2011/03/22/142478.html</guid><wfw:comment>http://www.shnenglu.com/Yuan/comments/142478.html</wfw:comment><comments>http://www.shnenglu.com/Yuan/archive/2011/03/22/142478.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/Yuan/comments/commentRss/142478.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/Yuan/services/trackbacks/142478.html</trackback:ping><description><![CDATA[<div style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 4px; BACKGROUND-COLOR: #eeeeee; PADDING-LEFT: 4px; WIDTH: 98%; PADDING-RIGHT: 5px; FONT-SIZE: 13px; WORD-BREAK: break-all; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; PADDING-TOP: 4px"><img id=Codehighlighter1_0_521_Open_Image onclick="this.style.display='none'; Codehighlighter1_0_521_Open_Text.style.display='none'; Codehighlighter1_0_521_Closed_Image.style.display='inline'; Codehighlighter1_0_521_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_0_521_Closed_Image onclick="this.style.display='none'; Codehighlighter1_0_521_Closed_Text.style.display='none'; Codehighlighter1_0_521_Open_Image.style.display='inline'; Codehighlighter1_0_521_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedBlock.gif"><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_0_521_Closed_Text>/**/</span><span id=Codehighlighter1_0_521_Open_Text><span style="COLOR: #008000">/*</span><span style="COLOR: #008000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    緇欏嚭n涓?錛宮涓?錛岀粍鎴愪竴涓覆錛岃姹傝繖涓覆鐨勪換鎰忓墠緙閮芥湁1鐨勪釜鏁?gt;=0鐨勪釜鏁?br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    姹傛弧瓚寵繖鏍風殑涓茬殑涓暟<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    n,m <= 10^6<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    鑴戞畫涓紝寰堟槑鏄劇殑“榪涙爤鍑烘爤”錛屽眳鐒舵病鍙嶅簲<img src="http://www.shnenglu.com/Images/dot.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    璁℃暟鍏紡涓?br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        (n+m, m) - (n+m, m-1)<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">            (n+m)!(n-m+1)<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    =    ------------------<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">           (n+1)!m!<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    O(n)鐨勮綆椾細瓚呮椂錛岃瀵筃!鍒嗚В璐ㄥ洜瀛?br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    鐢ㄥ埌鍏紡N!閲岃川鍥犲瓙p鐨勪釜鏁頒負 N/p + N/p^2 + <img src="http://www.shnenglu.com/Images/dot.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    榪欒娉ㄦ剰鍒繕璁板(n-m+1)鍒嗚В璐ㄥ洜瀛愪簡錛屽鏋滄斁鍦ㄦ渶鍚庢潵涔樺畠鐨勮瘽錛屾湁鍙兘瀵規煇涓川鍥犲瓙p錛屽彧鐢ㄩ偅涓変釜綆楀埌鐨?br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    騫傚皬浜?錛岃?0100501鍙堜笉鏄礌鏁幫紝灝遍毦綆?nbsp;p^x % 20100501  , x < 0<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    鍥犱負嬈ф媺瀹氱悊 a^x % n = a ^(x % phi(n) ) % n 闇瑕?nbsp;(a,n) = 1錛侊紒錛侊紒<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    鍏腑 1856璺熻繖棰樹竴鏍鳳紝涓嶈繃閭i噷鐨?0100403鏄礌鏁幫紝鍙互閭f牱鎼?nbsp;p^x<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    鍙傝?nbsp;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #008000; TEXT-DECORATION: underline">http://hi.baidu.com/matrush/blog/item/5298d8a3786b478546106447.html</span><span style="COLOR: #008000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockEnd.gif"></span><span style="COLOR: #008000">*/</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">iostream</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">cstring</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">map</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">algorithm</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">stack</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">queue</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">cmath</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #0000ff">string</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">cstdlib</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">vector</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">cstdio</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #0000ff">set</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">list</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">numeric</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">cassert</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif">#include</span><span style="COLOR: #000000"><</span><span style="COLOR: #000000">ctime</span><span style="COLOR: #000000">></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"></span><span style="COLOR: #0000ff">using</span><span style="COLOR: #000000"> </span><span style="COLOR: #0000ff">namespace</span><span style="COLOR: #000000"> std;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"></span><span style="COLOR: #0000ff">const</span><span style="COLOR: #000000"> </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> MOD </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">20100501</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"></span><span style="COLOR: #0000ff">const</span><span style="COLOR: #000000"> </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> MAXN </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">2000000</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"></span><span style="COLOR: #0000ff">bool</span><span style="COLOR: #000000"> isPrime[MAXN</span><span style="COLOR: #000000">+</span><span style="COLOR: #000000">10</span><span style="COLOR: #000000">];<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"></span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> pr[MAXN] , tot;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img id=Codehighlighter1_924_1084_Open_Image onclick="this.style.display='none'; Codehighlighter1_924_1084_Open_Text.style.display='none'; Codehighlighter1_924_1084_Closed_Image.style.display='inline'; Codehighlighter1_924_1084_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_924_1084_Closed_Image onclick="this.style.display='none'; Codehighlighter1_924_1084_Closed_Text.style.display='none'; Codehighlighter1_924_1084_Open_Image.style.display='inline'; Codehighlighter1_924_1084_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedBlock.gif"></span><span style="COLOR: #0000ff">void</span><span style="COLOR: #000000"> init()</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_924_1084_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_924_1084_Open_Text><span style="COLOR: #000000">{<br><img id=Codehighlighter1_963_1082_Open_Image onclick="this.style.display='none'; Codehighlighter1_963_1082_Open_Text.style.display='none'; Codehighlighter1_963_1082_Closed_Image.style.display='inline'; Codehighlighter1_963_1082_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_963_1082_Closed_Image onclick="this.style.display='none'; Codehighlighter1_963_1082_Closed_Text.style.display='none'; Codehighlighter1_963_1082_Open_Image.style.display='inline'; Codehighlighter1_963_1082_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">for</span><span style="COLOR: #000000">(__int64 p </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">2</span><span style="COLOR: #000000"> ; p </span><span style="COLOR: #000000"><</span><span style="COLOR: #000000"> MAXN ; p </span><span style="COLOR: #000000">++</span><span style="COLOR: #000000">)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_963_1082_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_963_1082_Open_Text><span style="COLOR: #000000">{<br><img id=Codehighlighter1_982_1079_Open_Image onclick="this.style.display='none'; Codehighlighter1_982_1079_Open_Text.style.display='none'; Codehighlighter1_982_1079_Closed_Image.style.display='inline'; Codehighlighter1_982_1079_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_982_1079_Closed_Image onclick="this.style.display='none'; Codehighlighter1_982_1079_Closed_Text.style.display='none'; Codehighlighter1_982_1079_Open_Image.style.display='inline'; Codehighlighter1_982_1079_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">        </span><span style="COLOR: #0000ff">if</span><span style="COLOR: #000000">(</span><span style="COLOR: #000000">!</span><span style="COLOR: #000000">isPrime[p])</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_982_1079_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_982_1079_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">            pr[tot</span><span style="COLOR: #000000">++</span><span style="COLOR: #000000">] </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> p;<br><img id=Codehighlighter1_1047_1075_Open_Image onclick="this.style.display='none'; Codehighlighter1_1047_1075_Open_Text.style.display='none'; Codehighlighter1_1047_1075_Closed_Image.style.display='inline'; Codehighlighter1_1047_1075_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1047_1075_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1047_1075_Closed_Text.style.display='none'; Codehighlighter1_1047_1075_Open_Image.style.display='inline'; Codehighlighter1_1047_1075_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">            </span><span style="COLOR: #0000ff">for</span><span style="COLOR: #000000">(__int64 j </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> p </span><span style="COLOR: #000000">*</span><span style="COLOR: #000000"> p ; j </span><span style="COLOR: #000000"><</span><span style="COLOR: #000000"> MAXN ; j </span><span style="COLOR: #000000">+=</span><span style="COLOR: #000000"> p)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1047_1075_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1047_1075_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">                isPrime[j] </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #0000ff">true</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">            }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">        }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockEnd.gif">}</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img id=Codehighlighter1_1087_1127_Open_Image onclick="this.style.display='none'; Codehighlighter1_1087_1127_Open_Text.style.display='none'; Codehighlighter1_1087_1127_Closed_Image.style.display='inline'; Codehighlighter1_1087_1127_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1087_1127_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1087_1127_Closed_Text.style.display='none'; Codehighlighter1_1087_1127_Open_Image.style.display='inline'; Codehighlighter1_1087_1127_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedBlock.gif"></span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1087_1127_Closed_Text>/**/</span><span id=Codehighlighter1_1087_1127_Open_Text><span style="COLOR: #008000">/*</span><span style="COLOR: #008000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    1*2*<img src="http://www.shnenglu.com/Images/dot.gif">*n<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    tot = n/p , n/p^2 , <img src="http://www.shnenglu.com/Images/dot.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockEnd.gif"></span><span style="COLOR: #008000">*/</span></span><span style="COLOR: #000000"><br><img id=Codehighlighter1_1150_1223_Open_Image onclick="this.style.display='none'; Codehighlighter1_1150_1223_Open_Text.style.display='none'; Codehighlighter1_1150_1223_Closed_Image.style.display='inline'; Codehighlighter1_1150_1223_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1150_1223_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1150_1223_Closed_Text.style.display='none'; Codehighlighter1_1150_1223_Open_Image.style.display='inline'; Codehighlighter1_1150_1223_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedBlock.gif"></span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> </span><span style="COLOR: #0000ff">get</span><span style="COLOR: #000000">(</span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> p, </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> n)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1150_1223_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1150_1223_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> tot </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">;<br><img id=Codehighlighter1_1179_1208_Open_Image onclick="this.style.display='none'; Codehighlighter1_1179_1208_Open_Text.style.display='none'; Codehighlighter1_1179_1208_Closed_Image.style.display='inline'; Codehighlighter1_1179_1208_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1179_1208_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1179_1208_Closed_Text.style.display='none'; Codehighlighter1_1179_1208_Open_Image.style.display='inline'; Codehighlighter1_1179_1208_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">while</span><span style="COLOR: #000000">(n </span><span style="COLOR: #000000">></span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1179_1208_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1179_1208_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        tot </span><span style="COLOR: #000000">+=</span><span style="COLOR: #000000"> n </span><span style="COLOR: #000000">/</span><span style="COLOR: #000000"> p;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        n </span><span style="COLOR: #000000">/=</span><span style="COLOR: #000000"> p;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000"> tot;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockEnd.gif">}</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img id=Codehighlighter1_1250_1426_Open_Image onclick="this.style.display='none'; Codehighlighter1_1250_1426_Open_Text.style.display='none'; Codehighlighter1_1250_1426_Closed_Image.style.display='inline'; Codehighlighter1_1250_1426_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1250_1426_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1250_1426_Closed_Text.style.display='none'; Codehighlighter1_1250_1426_Open_Image.style.display='inline'; Codehighlighter1_1250_1426_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedBlock.gif"></span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> ipow(</span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> a , </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> n)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1250_1426_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1250_1426_Open_Text><span style="COLOR: #000000">{<br><img id=Codehighlighter1_1267_1282_Open_Image onclick="this.style.display='none'; Codehighlighter1_1267_1282_Open_Text.style.display='none'; Codehighlighter1_1267_1282_Closed_Image.style.display='inline'; Codehighlighter1_1267_1282_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1267_1282_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1267_1282_Closed_Text.style.display='none'; Codehighlighter1_1267_1282_Open_Image.style.display='inline'; Codehighlighter1_1267_1282_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">if</span><span style="COLOR: #000000"> ( n </span><span style="COLOR: #000000">==</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000"> ) </span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1267_1282_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1267_1282_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        </span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">1</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img id=Codehighlighter1_1297_1318_Open_Image onclick="this.style.display='none'; Codehighlighter1_1297_1318_Open_Text.style.display='none'; Codehighlighter1_1297_1318_Closed_Image.style.display='inline'; Codehighlighter1_1297_1318_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1297_1318_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1297_1318_Closed_Text.style.display='none'; Codehighlighter1_1297_1318_Open_Image.style.display='inline'; Codehighlighter1_1297_1318_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">if</span><span style="COLOR: #000000"> (n </span><span style="COLOR: #000000">==</span><span style="COLOR: #000000">1</span><span style="COLOR: #000000"> ) </span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1297_1318_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1297_1318_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        </span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000"> a </span><span style="COLOR: #000000">%</span><span style="COLOR: #000000"> MOD;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    __int64 ans </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> ipow(a, n</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">2</span><span style="COLOR: #000000">);<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    ans </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> ans </span><span style="COLOR: #000000">*</span><span style="COLOR: #000000"> ans </span><span style="COLOR: #000000">%</span><span style="COLOR: #000000"> MOD;<br><img id=Codehighlighter1_1385_1411_Open_Image onclick="this.style.display='none'; Codehighlighter1_1385_1411_Open_Text.style.display='none'; Codehighlighter1_1385_1411_Closed_Image.style.display='inline'; Codehighlighter1_1385_1411_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1385_1411_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1385_1411_Closed_Text.style.display='none'; Codehighlighter1_1385_1411_Open_Image.style.display='inline'; Codehighlighter1_1385_1411_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">if</span><span style="COLOR: #000000"> ( n</span><span style="COLOR: #000000">&</span><span style="COLOR: #000000">1</span><span style="COLOR: #000000"> ) </span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1385_1411_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1385_1411_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        ans </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> ans </span><span style="COLOR: #000000">*</span><span style="COLOR: #000000"> a </span><span style="COLOR: #000000">%</span><span style="COLOR: #000000"> MOD;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000"> ans;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockEnd.gif">}</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img id=Codehighlighter1_1452_1808_Open_Image onclick="this.style.display='none'; Codehighlighter1_1452_1808_Open_Text.style.display='none'; Codehighlighter1_1452_1808_Closed_Image.style.display='inline'; Codehighlighter1_1452_1808_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1452_1808_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1452_1808_Closed_Text.style.display='none'; Codehighlighter1_1452_1808_Open_Image.style.display='inline'; Codehighlighter1_1452_1808_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedBlock.gif"></span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> solve(</span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> n, </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> m)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1452_1808_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1452_1808_Open_Text><span style="COLOR: #000000">{<br><img id=Codehighlighter1_1464_1479_Open_Image onclick="this.style.display='none'; Codehighlighter1_1464_1479_Open_Text.style.display='none'; Codehighlighter1_1464_1479_Closed_Image.style.display='inline'; Codehighlighter1_1464_1479_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1464_1479_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1464_1479_Closed_Text.style.display='none'; Codehighlighter1_1464_1479_Open_Image.style.display='inline'; Codehighlighter1_1464_1479_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">if</span><span style="COLOR: #000000">(n </span><span style="COLOR: #000000"><</span><span style="COLOR: #000000"> m)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1464_1479_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1464_1479_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        </span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img id=Codehighlighter1_1482_1539_Open_Image onclick="this.style.display='none'; Codehighlighter1_1482_1539_Open_Text.style.display='none'; Codehighlighter1_1482_1539_Closed_Image.style.display='inline'; Codehighlighter1_1482_1539_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1482_1539_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1482_1539_Closed_Text.style.display='none'; Codehighlighter1_1482_1539_Open_Image.style.display='inline'; Codehighlighter1_1482_1539_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1482_1539_Closed_Text>/**/</span><span id=Codehighlighter1_1482_1539_Open_Text><span style="COLOR: #008000">/*</span><span style="COLOR: #008000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        (n+m)!(n-m+1)<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        ------------------<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">            m!(n+1)!<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    </span><span style="COLOR: #008000">*/</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    __int64 ans </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">1</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> nm </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> n </span><span style="COLOR: #000000">-</span><span style="COLOR: #000000"> m </span><span style="COLOR: #000000">+</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">1</span><span style="COLOR: #000000">;<br><img id=Codehighlighter1_1629_1793_Open_Image onclick="this.style.display='none'; Codehighlighter1_1629_1793_Open_Text.style.display='none'; Codehighlighter1_1629_1793_Closed_Image.style.display='inline'; Codehighlighter1_1629_1793_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1629_1793_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1629_1793_Closed_Text.style.display='none'; Codehighlighter1_1629_1793_Open_Image.style.display='inline'; Codehighlighter1_1629_1793_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">for</span><span style="COLOR: #000000">(</span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> i </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000"> ; i </span><span style="COLOR: #000000"><</span><span style="COLOR: #000000"> tot </span><span style="COLOR: #000000">&&</span><span style="COLOR: #000000"> pr[i] </span><span style="COLOR: #000000"><=</span><span style="COLOR: #000000"> (n</span><span style="COLOR: #000000">+</span><span style="COLOR: #000000">m) ; i</span><span style="COLOR: #000000">++</span><span style="COLOR: #000000">)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1629_1793_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1629_1793_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> cnt </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">;<br><img id=Codehighlighter1_1670_1700_Open_Image onclick="this.style.display='none'; Codehighlighter1_1670_1700_Open_Text.style.display='none'; Codehighlighter1_1670_1700_Closed_Image.style.display='inline'; Codehighlighter1_1670_1700_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1670_1700_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1670_1700_Closed_Text.style.display='none'; Codehighlighter1_1670_1700_Open_Image.style.display='inline'; Codehighlighter1_1670_1700_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">        </span><span style="COLOR: #0000ff">while</span><span style="COLOR: #000000">(nm </span><span style="COLOR: #000000">%</span><span style="COLOR: #000000"> pr[i] </span><span style="COLOR: #000000">==</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">)</span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1670_1700_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1670_1700_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">            nm </span><span style="COLOR: #000000">/=</span><span style="COLOR: #000000"> pr[i];<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">            cnt</span><span style="COLOR: #000000">++</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">        }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        ans </span><span style="COLOR: #000000">=</span><span style="COLOR: #000000"> ans </span><span style="COLOR: #000000">*</span><span style="COLOR: #000000"> ipow(pr[i], </span><span style="COLOR: #0000ff">get</span><span style="COLOR: #000000">(pr[i], n</span><span style="COLOR: #000000">+</span><span style="COLOR: #000000">m) </span><span style="COLOR: #000000">-</span><span style="COLOR: #000000"> </span><span style="COLOR: #0000ff">get</span><span style="COLOR: #000000">(pr[i], m) </span><span style="COLOR: #000000">-</span><span style="COLOR: #000000"> </span><span style="COLOR: #0000ff">get</span><span style="COLOR: #000000">(pr[i], n</span><span style="COLOR: #000000">+</span><span style="COLOR: #000000">1</span><span style="COLOR: #000000">) </span><span style="COLOR: #000000">+</span><span style="COLOR: #000000"> cnt) </span><span style="COLOR: #000000">%</span><span style="COLOR: #000000"> MOD;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000"> ans;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockEnd.gif">}</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/None.gif"></span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> main()<br><img id=Codehighlighter1_1823_2014_Open_Image onclick="this.style.display='none'; Codehighlighter1_1823_2014_Open_Text.style.display='none'; Codehighlighter1_1823_2014_Closed_Image.style.display='inline'; Codehighlighter1_1823_2014_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1823_2014_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1823_2014_Closed_Text.style.display='none'; Codehighlighter1_1823_2014_Open_Image.style.display='inline'; Codehighlighter1_1823_2014_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedBlock.gif"></span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1823_2014_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1823_2014_Open_Text><span style="COLOR: #000000">{<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">#ifndef ONLINE_JUDGE<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #008000">//</span><span style="COLOR: #008000">freopen("in","r",stdin);</span><span style="COLOR: #008000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif"></span><span style="COLOR: #0000ff">#endif</span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    init();<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> T;<br><img id=Codehighlighter1_1928_2001_Open_Image onclick="this.style.display='none'; Codehighlighter1_1928_2001_Open_Text.style.display='none'; Codehighlighter1_1928_2001_Closed_Image.style.display='inline'; Codehighlighter1_1928_2001_Closed_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockStart.gif"><img style="DISPLAY: none" id=Codehighlighter1_1928_2001_Closed_Image onclick="this.style.display='none'; Codehighlighter1_1928_2001_Closed_Text.style.display='none'; Codehighlighter1_1928_2001_Open_Image.style.display='inline'; Codehighlighter1_1928_2001_Open_Text.style.display='inline';" align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ContractedSubBlock.gif">    </span><span style="COLOR: #0000ff">for</span><span style="COLOR: #000000"> (scanf(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">%d</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">,</span><span style="COLOR: #000000">&</span><span style="COLOR: #000000">T); T</span><span style="COLOR: #000000">--</span><span style="COLOR: #000000"> ; ) </span><span style="BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BACKGROUND-COLOR: #ffffff; DISPLAY: none; BORDER-TOP: #808080 1px solid; BORDER-RIGHT: #808080 1px solid" id=Codehighlighter1_1928_2001_Closed_Text><img src="http://www.shnenglu.com/Images/dot.gif"></span><span id=Codehighlighter1_1928_2001_Open_Text><span style="COLOR: #000000">{    <br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        </span><span style="COLOR: #0000ff">int</span><span style="COLOR: #000000"> n, m; <br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        scanf(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">%d%d</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">, </span><span style="COLOR: #000000">&</span><span style="COLOR: #000000">n, </span><span style="COLOR: #000000">&</span><span style="COLOR: #000000">m);<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">        printf(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">%d\n</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">, solve(n,m));<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedSubBlockEnd.gif">    }</span></span><span style="COLOR: #000000"><br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/InBlock.gif">    </span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000"> </span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">;<br><img align=top src="http://www.shnenglu.com/Images/OutliningIndicators/ExpandedBlockEnd.gif">}</span></span></div> <img src ="http://www.shnenglu.com/Yuan/aggbug/142478.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/Yuan/" target="_blank">_Yuan</a> 2011-03-22 15:02 <a href="http://www.shnenglu.com/Yuan/archive/2011/03/22/142478.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <a href="http://www.shnenglu.com/">青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品</a> <div style="position:fixed;left:-9000px;top:-9000px;"><font id="pjuwb"></font><button id="pjuwb"><pre id="pjuwb"></pre></button><sub id="pjuwb"></sub><tbody id="pjuwb"><var id="pjuwb"><address id="pjuwb"></address></var></tbody><listing id="pjuwb"><label id="pjuwb"><strong id="pjuwb"></strong></label></listing><wbr id="pjuwb"><small id="pjuwb"><tbody id="pjuwb"></tbody></small></wbr><ins id="pjuwb"><xmp id="pjuwb"></xmp></ins><style id="pjuwb"></style><label id="pjuwb"><em id="pjuwb"><li id="pjuwb"></li></em></label><samp id="pjuwb"></samp><menu id="pjuwb"><input id="pjuwb"></input></menu><pre id="pjuwb"><tbody id="pjuwb"><tfoot id="pjuwb"><button id="pjuwb"></button></tfoot></tbody></pre><form id="pjuwb"></form><i id="pjuwb"><style id="pjuwb"><label id="pjuwb"><sup id="pjuwb"></sup></label></style></i><li id="pjuwb"><table id="pjuwb"><abbr id="pjuwb"></abbr></table></li><video id="pjuwb"></video><dfn id="pjuwb"></dfn><progress id="pjuwb"></progress><strong id="pjuwb"></strong><mark id="pjuwb"></mark><em id="pjuwb"></em><tbody id="pjuwb"><p id="pjuwb"><strike id="pjuwb"><acronym id="pjuwb"></acronym></strike></p></tbody><option id="pjuwb"></option><strike id="pjuwb"></strike><u id="pjuwb"></u><td id="pjuwb"><center id="pjuwb"><tr id="pjuwb"></tr></center></td><em id="pjuwb"><mark id="pjuwb"><em id="pjuwb"><tt id="pjuwb"></tt></em></mark></em><strong id="pjuwb"></strong><wbr id="pjuwb"></wbr><s id="pjuwb"></s><strong id="pjuwb"></strong><legend id="pjuwb"></legend><nav id="pjuwb"></nav><dl id="pjuwb"><th id="pjuwb"><dl id="pjuwb"></dl></th></dl><noframes id="pjuwb"><ins id="pjuwb"></ins></noframes><font id="pjuwb"></font><strike id="pjuwb"><i id="pjuwb"><style id="pjuwb"><label id="pjuwb"></label></style></i></strike><output id="pjuwb"></output><thead id="pjuwb"><pre id="pjuwb"></pre></thead><source id="pjuwb"></source><menuitem id="pjuwb"><wbr id="pjuwb"></wbr></menuitem><pre id="pjuwb"><span id="pjuwb"><pre id="pjuwb"><big id="pjuwb"></big></pre></span></pre><cite id="pjuwb"><fieldset id="pjuwb"><s id="pjuwb"><rt id="pjuwb"></rt></s></fieldset></cite><big id="pjuwb"><progress id="pjuwb"><big id="pjuwb"></big></progress></big><samp id="pjuwb"><delect id="pjuwb"></delect></samp><dl id="pjuwb"></dl><strike id="pjuwb"><nav id="pjuwb"><dl id="pjuwb"><strong id="pjuwb"></strong></dl></nav></strike><tbody id="pjuwb"><b id="pjuwb"><optgroup id="pjuwb"><rp id="pjuwb"></rp></optgroup></b></tbody><em id="pjuwb"></em><xmp id="pjuwb"><blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote></xmp> <i id="pjuwb"><abbr id="pjuwb"><i id="pjuwb"><abbr id="pjuwb"></abbr></i></abbr></i><center id="pjuwb"><acronym id="pjuwb"><center id="pjuwb"></center></acronym></center><pre id="pjuwb"></pre><ul id="pjuwb"><thead id="pjuwb"></thead></ul><blockquote id="pjuwb"><pre id="pjuwb"><sup id="pjuwb"></sup></pre></blockquote><acronym id="pjuwb"></acronym><big id="pjuwb"><s id="pjuwb"></s></big><th id="pjuwb"></th><th id="pjuwb"></th><tbody id="pjuwb"></tbody><thead id="pjuwb"><strike id="pjuwb"></strike></thead><th id="pjuwb"><dl id="pjuwb"><wbr id="pjuwb"></wbr></dl></th><dl id="pjuwb"><strong id="pjuwb"></strong></dl><abbr id="pjuwb"><noframes id="pjuwb"><noscript id="pjuwb"></noscript></noframes></abbr><td id="pjuwb"><ol id="pjuwb"></ol></td><li id="pjuwb"><noscript id="pjuwb"><abbr id="pjuwb"></abbr></noscript></li><small id="pjuwb"><bdo id="pjuwb"><nav id="pjuwb"></nav></bdo></small><style id="pjuwb"></style><optgroup id="pjuwb"><table id="pjuwb"></table></optgroup><center id="pjuwb"><tr id="pjuwb"><dfn id="pjuwb"></dfn></tr></center><th id="pjuwb"></th><u id="pjuwb"></u><tfoot id="pjuwb"><legend id="pjuwb"><i id="pjuwb"></i></legend></tfoot><mark id="pjuwb"></mark><meter id="pjuwb"></meter><nav id="pjuwb"></nav><acronym id="pjuwb"><pre id="pjuwb"><acronym id="pjuwb"><ul id="pjuwb"></ul></acronym></pre></acronym><acronym id="pjuwb"><pre id="pjuwb"><acronym id="pjuwb"><ul id="pjuwb"></ul></acronym></pre></acronym><nobr id="pjuwb"></nobr><sub id="pjuwb"><th id="pjuwb"><menuitem id="pjuwb"><wbr id="pjuwb"></wbr></menuitem></th></sub><thead id="pjuwb"><sub id="pjuwb"></sub></thead><ul id="pjuwb"><address id="pjuwb"><menuitem id="pjuwb"><meter id="pjuwb"></meter></menuitem></address></ul><dfn id="pjuwb"></dfn><pre id="pjuwb"></pre><input id="pjuwb"><cite id="pjuwb"><fieldset id="pjuwb"></fieldset></cite></input><u id="pjuwb"><form id="pjuwb"><u id="pjuwb"></u></form></u><kbd id="pjuwb"><em id="pjuwb"><mark id="pjuwb"></mark></em></kbd><tr id="pjuwb"></tr><del id="pjuwb"><form id="pjuwb"><address id="pjuwb"></address></form></del><tfoot id="pjuwb"><legend id="pjuwb"><ol id="pjuwb"><dl id="pjuwb"></dl></ol></legend></tfoot><menu id="pjuwb"><nobr id="pjuwb"><th id="pjuwb"><nobr id="pjuwb"></nobr></th></nobr></menu><fieldset id="pjuwb"></fieldset><pre id="pjuwb"><blockquote id="pjuwb"><samp id="pjuwb"></samp></blockquote></pre><xmp id="pjuwb"><sup id="pjuwb"><pre id="pjuwb"></pre></sup></xmp><span id="pjuwb"><progress id="pjuwb"></progress></span><font id="pjuwb"></font><var id="pjuwb"><abbr id="pjuwb"></abbr></var><strong id="pjuwb"><label id="pjuwb"><i id="pjuwb"><legend id="pjuwb"></legend></i></label></strong><tr id="pjuwb"><em id="pjuwb"><em id="pjuwb"><output id="pjuwb"></output></em></em></tr><thead id="pjuwb"><strike id="pjuwb"></strike></thead> <acronym id="pjuwb"></acronym><i id="pjuwb"></i><tt id="pjuwb"></tt><rt id="pjuwb"><source id="pjuwb"><rt id="pjuwb"></rt></source></rt><strike id="pjuwb"><acronym id="pjuwb"></acronym></strike><del id="pjuwb"></del><font id="pjuwb"><output id="pjuwb"><ins id="pjuwb"><output id="pjuwb"></output></ins></output></font><kbd id="pjuwb"><tr id="pjuwb"><kbd id="pjuwb"></kbd></tr></kbd><pre id="pjuwb"><sup id="pjuwb"><delect id="pjuwb"><samp id="pjuwb"></samp></delect></sup></pre><samp id="pjuwb"></samp><track id="pjuwb"></track><tr id="pjuwb"></tr><center id="pjuwb"></center><fieldset id="pjuwb"></fieldset><i id="pjuwb"></i><td id="pjuwb"></td><rt id="pjuwb"></rt><object id="pjuwb"></object><pre id="pjuwb"><progress id="pjuwb"><sub id="pjuwb"><thead id="pjuwb"></thead></sub></progress></pre><kbd id="pjuwb"><tr id="pjuwb"><option id="pjuwb"></option></tr></kbd><output id="pjuwb"><ins id="pjuwb"></ins></output><ol id="pjuwb"></ol><source id="pjuwb"></source><strong id="pjuwb"></strong><ruby id="pjuwb"></ruby><sub id="pjuwb"><meter id="pjuwb"><menuitem id="pjuwb"><meter id="pjuwb"></meter></menuitem></meter></sub><pre id="pjuwb"></pre><center id="pjuwb"></center><tr id="pjuwb"><tbody id="pjuwb"><xmp id="pjuwb"><dd id="pjuwb"></dd></xmp></tbody></tr><video id="pjuwb"></video><pre id="pjuwb"></pre><form id="pjuwb"><optgroup id="pjuwb"></optgroup></form><samp id="pjuwb"></samp><kbd id="pjuwb"></kbd><strong id="pjuwb"><option id="pjuwb"></option></strong><object id="pjuwb"></object><abbr id="pjuwb"><noframes id="pjuwb"><abbr id="pjuwb"></abbr></noframes></abbr><ul id="pjuwb"><del id="pjuwb"><button id="pjuwb"><pre id="pjuwb"></pre></button></del></ul><abbr id="pjuwb"></abbr><strong id="pjuwb"><code id="pjuwb"><strong id="pjuwb"></strong></code></strong><option id="pjuwb"></option><optgroup id="pjuwb"><bdo id="pjuwb"><code id="pjuwb"></code></bdo></optgroup><mark id="pjuwb"><em id="pjuwb"><font id="pjuwb"></font></em></mark><acronym id="pjuwb"><code id="pjuwb"></code></acronym><dl id="pjuwb"></dl><em id="pjuwb"></em><object id="pjuwb"><input id="pjuwb"><object id="pjuwb"></object></input></object><output id="pjuwb"><dd id="pjuwb"></dd></output><option id="pjuwb"><button id="pjuwb"><option id="pjuwb"></option></button></option><small id="pjuwb"></small></div> <a href="http://811897.com" target="_blank">欧美日韩高清在线</a>| <a href="http://shnenglu.com" target="_blank">亚洲激情午夜</a>| <a href="http://cao2014.com" target="_blank">亚洲毛片在线观看</a>| <a href="http://montnove.com" target="_blank">欧美日韩美女在线</a>| <a href="http://www1126v.com" target="_blank">亚洲一区二区三区免费视频</a>| <a href="http://0773ye.com" target="_blank">日韩视频在线免费观看</a>| <a href="http://4446666.com" target="_blank">欧美日韩国产色视频</a>| <a href="http://b27227.com" target="_blank">午夜精品久久久久久久</a>| <a href="http://414794.com" target="_blank">欧美亚洲一区二区在线观看</a>| <a href="http://qdpetlove.com" target="_blank">国产一二精品视频</a>| <a href="http://dadepaimai.com" target="_blank">裸体一区二区</a>| <a href="http://739822.com" target="_blank">欧美裸体一区二区三区</a>| <a href="http://by5263.com" target="_blank">欧美一区二区精品</a>| <a href="http://www77577.com" target="_blank">久久久久久穴</a>| <a href="http://kuaikan97.com" target="_blank">在线亚洲高清视频</a>| <a href="http://xshgwy.com" target="_blank">午夜精品视频在线观看一区二区</a>| <a href="http://www34523.com" target="_blank">国产一区二区三区av电影 </a>| <a href="http://2016dp5330.com" target="_blank">国产精品外国</a>| <a href="http://jiejiesao8.com" target="_blank">久久男人资源视频</a>| <a href="http://ddnwater.com" target="_blank">欧美激情精品久久久久久免费印度</a>| <a href="http://6666785.com" target="_blank">一区二区三区精品国产</a>| <a href="http://cz-hongbangfloor.com" target="_blank">亚洲欧美日韩系列</a>| <a href="http://cca22.com" target="_blank">最新国产成人在线观看</a>| <a href="http://480192.com" target="_blank">亚洲在线一区</a>| <a href="http://430390.com" target="_blank">亚洲欧洲精品天堂一级</a>| <a href="http://xingba999.com" target="_blank">亚洲深夜激情</a>| <a href="http://iacapmm.com" target="_blank">亚洲国产精品久久久久秋霞影院 </a>| <a href="http://wtoykd.com" target="_blank">欧美激情第10页</a>| <a href="http://www-82622.com" target="_blank">国产精品高潮在线</a>| <a href="http://jy920.com" target="_blank">欧美国产专区</a>| <a href="http://jav1111.com" target="_blank">国产伦一区二区三区色一情</a>| <a href="http://402626com.com" target="_blank">欧美激情在线观看</a>| <a href="http://aaa798.com" target="_blank">国产一区二区三区四区老人</a>| <a href="http://2ejj.com" target="_blank">日韩视频一区二区三区在线播放</a>| <a href="http://340332.com" target="_blank">国产一区二区三区在线免费观看</a>| <a href="http://85181890.com" target="_blank">亚洲精品视频在线观看网站</a>| <a href="http://feiniao168.com" target="_blank">国产一区观看</a>| <a href="http://gzw33.com" target="_blank">亚洲尤物在线</a>| <a href="http://aidou28.com" target="_blank">一区二区精品</a>| <a href="http://66889h.com" target="_blank">欧美刺激午夜性久久久久久久</a>| <a href="http://anxingou365.com" target="_blank">午夜激情综合网</a>| <a href="http://xajtyd.com" target="_blank">欧美日韩国产精品</a>| <a href="http://ad377.com" target="_blank">欧美大片在线看免费观看</a>| <a href="http://fdgkinetic.com" target="_blank">国产人成精品一区二区三</a>| <a href="http://luoliguo.com" target="_blank">亚洲三级影院</a>| <a href="http://maiiyou.com" target="_blank">亚洲国产精品一区二区www</a>| <a href="http://977764.com" target="_blank">欧美一区二区三区精品</a>| <a href="http://qiezisp2.com" target="_blank">亚洲字幕一区二区</a>| <a href="http://timonna.com" target="_blank">欧美日韩hd</a>| <a href="http://3344xo.com" target="_blank">亚洲经典三级</a>| <a href="http://ff9222.com" target="_blank">亚洲精品久久久久久下一站 </a>| <a href="http://058888e.com" target="_blank">国产精品欧美精品</a>| <a href="http://www-833898.com" target="_blank">亚洲精品久久久久久久久久久久久 </a>| <a href="http://gbandal.com" target="_blank">亚洲美女视频在线观看</a>| <a href="http://oo853kj.com" target="_blank">亚洲国产一区二区视频</a>| <a href="http://www-878899.com" target="_blank">久久九九热免费视频</a>| <a href="http://1355456.com" target="_blank">午夜在线a亚洲v天堂网2018</a>| <a href="http://china391.com" target="_blank">欧美日韩一区二区三区视频 </a>| <a href="http://www44552.com" target="_blank">亚洲伦理一区</a>| <a href="http://668756.com" target="_blank">日韩午夜精品视频</a>| <a href="http://1515t.com" target="_blank">欧美日韩黄色大片</a>| <a href="http://xvideoav99.com" target="_blank">亚洲欧洲综合</a>| <a href="http://pourporn.com" target="_blank">一区二区三区四区国产</a>| <a href="http://917729.com" target="_blank">欧美日本一区</a>| <a href="http://977mo.com" target="_blank">夜夜嗨av一区二区三区中文字幕 </a>| <a href="http://www524141.com" target="_blank">亚洲欧洲在线一区</a>| <a href="http://666675com.com" target="_blank">欧美 亚欧 日韩视频在线</a>| <a href="http://567acg.com" target="_blank">亚洲电影免费观看高清完整版在线</a>| <a href="http://788111c.com" target="_blank">极品少妇一区二区三区</a>| <a href="http://91pinping.com" target="_blank">久久亚洲电影</a>| <a href="http://www-442336.com" target="_blank">亚洲成人资源网</a>| <a href="http://easypufu.com" target="_blank">99精品久久久</a>| <a href="http://wwww999.com" target="_blank">国产精品久久久久久av福利软件 </a>| <a href="http://021-job.com" target="_blank">欧美激情视频在线播放</a>| <a href="http://yp889.com" target="_blank">最新中文字幕一区二区三区</a>| <a href="http://aass22.com" target="_blank">欧美极品在线观看</a>| <a href="http://dahuxu.com" target="_blank">在线视频欧美精品</a>| <a href="http://www-888005.com" target="_blank">欧美一级专区免费大片</a>| <a href="http://wb2014.com" target="_blank">国产在线欧美日韩</a>| <a href="http://submro.com" target="_blank">久久在线播放</a>| <a href="http://www34523.com" target="_blank">亚洲精品视频在线看</a>| <a href="http://www35211.com" target="_blank">校园激情久久</a>| <a href="http://44cgcg.com" target="_blank">在线观看一区二区精品视频</a>| <a href="http://www-236677.com" target="_blank">美女主播视频一区</a>| <a href="http://cnchtx.com" target="_blank">日韩午夜剧场</a>| <a href="http://av0333.com" target="_blank">久久精品一级爱片</a>| <a href="http://56667r.com" target="_blank">亚洲高清三级视频</a>| <a href="http://m72722.com" target="_blank">欧美午夜久久久</a>| <a href="http://gaysexcube.com" target="_blank">午夜日韩激情</a>| <a href="http://www37999.com" target="_blank">亚洲日本久久</a>| <a href="http://4545www.com" target="_blank">久久美女艺术照精彩视频福利播放</a>| <a href="http://783956.com" target="_blank">伊人久久大香线</a>| <a href="http://www789yys.com" target="_blank">欧美日韩一区二区视频在线观看</a>| <a href="http://3333347.com" target="_blank">亚洲欧美日韩在线不卡</a>| <a href="http://zhaosaoz.com" target="_blank">亚洲高清123</a>| <a href="http://www39pao.com" target="_blank">午夜精品理论片</a>| <a href="http://ganmabook.com" target="_blank">亚洲国产第一</a>| <a href="http://zhaosaofu.com" target="_blank">国产精品国产三级欧美二区 </a>| <a href="http://filark.com" target="_blank">久久夜色撩人精品</a>| <a href="http://haomscq.com" target="_blank">亚洲最黄网站</a>| <a href="http://199372.com" target="_blank">欧美成人精品一区二区三区</a>| <a href="http://sortxz.com" target="_blank">亚洲午夜久久久久久久久电影网</a>| <a href="http://66636by.com" target="_blank">国产午夜亚洲精品不卡</a>| <a href="http://www1122fu.com" target="_blank">欧美激情中文字幕一区二区</a>| <a href="http://xinghejiuye.com" target="_blank">午夜精品久久久久久久久</a>| <a href="http://dlwansheng.com" target="_blank">亚洲电影av</a>| <a href="http://119553.com" target="_blank">猫咪成人在线观看</a>| <a href="http://5e5b7g.com" target="_blank">亚洲欧美日韩精品久久亚洲区</a>| <a href="http://my1315.com" target="_blank">亚洲国产成人tv</a>| <a href="http://5207877.com" target="_blank">国产精品少妇自拍</a>| <a href="http://ks180.com" target="_blank">欧美精品一区二区三区蜜桃</a>| <a href="http://278263.com" target="_blank">先锋影院在线亚洲</a>| <a href="http://baostat.com" target="_blank">亚洲美女精品一区</a>| <a href="http://avse98.com" target="_blank">久久久中精品2020中文</a>| <a href="http://5254f.com" target="_blank">在线中文字幕日韩</a>| <a href="http://psykoptic.com" target="_blank">亚洲国产精品v</a>| <a href="http://www16axax.com" target="_blank">国产亚洲视频在线</a>| <a href="http://www-tt211.com" target="_blank">欧美欧美全黄</a>| <a href="http://wwwsenvpu.com" target="_blank">免费在线播放第一区高清av</a>| <a href="http://dh03.com" target="_blank">久久精品国产69国产精品亚洲</a>| <a href="http://bby99.com" target="_blank">一本在线高清不卡dvd</a>| <a href="http://edtxt.com" target="_blank">亚洲国产精品成人久久综合一区</a>| <a href="http://17vx.com" target="_blank">久久久久国产精品www</a>| <a href="http://56myf.com" target="_blank">亚洲欧美在线另类</a>| <a href="http://xxdd51.com" target="_blank">宅男精品视频</a>| <a href="http://66669801.com" target="_blank">亚洲欧洲一区二区三区久久</a>| <a href="http://o6186.com" target="_blank">在线观看欧美</a>| <a href="http://81ffff.com" target="_blank">伊人久久成人</a>| <a href="http://107766a.com" target="_blank">激情五月婷婷综合</a>| <a href="http://5138555.com" target="_blank">国产视频在线观看一区二区</a>| <a href="http://y65o.com" target="_blank">国产精品麻豆成人av电影艾秋</a>| <a href="http://avjj80.com" target="_blank">欧美另类人妖</a>| <a href="http://343119.com" target="_blank">欧美—级a级欧美特级ar全黄</a>| <a href="http://9238479.com" target="_blank">久久一区精品</a>| <a href="http://k-dchina.com" target="_blank">久久婷婷人人澡人人喊人人爽</a>| <a href="http://92ebook.com" target="_blank">欧美专区18</a>| <a href="http://syddzs.com" target="_blank">久久久国产精彩视频美女艺术照福利</a>| <a href="http://caogb.com" target="_blank">亚洲一级片在线看</a>| <a href="http://wansilv.com" target="_blank">亚洲欧美日本国产有色</a>| <a href="http://3737520.com" target="_blank">亚洲欧美日韩久久精品</a>| <a href="http://3838418.com" target="_blank">亚洲欧美日韩一区在线</a>| <a href="http://wwwmiya118.com" target="_blank">性欧美超级视频</a>| <a href="http://wwwen41.com" target="_blank">新67194成人永久网站</a>| <a href="http://hcbr365.com" target="_blank">欧美亚洲综合在线</a>| <a href="http://481323.com" target="_blank">久久精品123</a>| <a href="http://77777kkk.com" target="_blank">久久精品夜夜夜夜久久</a>| <a href="http://xian369.com" target="_blank">久久精品在线观看</a>| <a href="http://080177.com" target="_blank">美女在线一区二区</a>| <a href="http://aqdit2022.com" target="_blank">欧美黄色一区</a>| <a href="http://konwoosh.com" target="_blank">欧美日韩在线直播</a>| <a href="http://xingmaokeji.com" target="_blank">欧美三区视频</a>| <a href="http://www17bxbx.com" target="_blank">国产精品自拍视频</a>| <a href="http://www-9694.com" target="_blank">国产日韩欧美亚洲</a>| <a href="http://www-222kkk.com" target="_blank">国产一区在线看</a>| <a href="http://91ypp.com" target="_blank">亚洲国产欧美一区</a>| <a href="http://85041960.com" target="_blank">99精品欧美一区二区蜜桃免费</a>| <a href="http://k-dchina.com" target="_blank">一本色道久久88精品综合</a>| <a href="http://lovehefei.com" target="_blank">中文一区二区</a>| <a href="http://xp1025.com" target="_blank">久久不射2019中文字幕</a>| <a href="http://njhuike.com" target="_blank">久热国产精品</a>| <a href="http://7m08.com" target="_blank">日韩视频精品在线观看</a>| <a href="http://7a7d.com" target="_blank">亚洲一区二区三区四区视频 </a>| <a href="http://22127c.com" target="_blank">亚洲精品视频中文字幕</a>| <a href="http://626tw.com" target="_blank">亚洲一区二区三区视频</a>| <a href="http://kedou09.com" target="_blank">久久久久久穴</a>| <a href="http://sxhrdyb.com" target="_blank">欧美日韩国产成人高清视频</a>| <a href="http://4488269.com" target="_blank">国产欧美日韩精品a在线观看</a>| <a href="http://mgcc37.com" target="_blank">国内成+人亚洲</a>| <a href="http://korean-edu.com" target="_blank">亚洲全部视频</a>| <a href="http://xpfuli.com" target="_blank">欧美亚洲免费在线</a>| <a href="http://caca060.com" target="_blank">欧美成人亚洲成人日韩成人</a>| <a href="http://pinyuanad.com" target="_blank">亚洲欧洲在线视频</a>| <a href="http://www92994.com" target="_blank">翔田千里一区二区</a>| <a href="http://btbt7086.com" target="_blank">欧美国产成人精品</a>| <a href="http://fulong-tj.com" target="_blank">国产精品欧美日韩久久</a>| <a href="http://www78778.com" target="_blank">亚洲国产欧美久久</a>| <a href="http://4123123.com" target="_blank">亚洲欧美日韩在线播放</a>| <a href="http://www909059.com" target="_blank">欧美va天堂</a>| <a href="http://tizenkorea.com" target="_blank">亚洲天堂网在线观看</a>| <a href="http://www16axax.com" target="_blank">久久久久亚洲综合</a>| <a href="http://wwwcc7777.com" target="_blank">国产精品草莓在线免费观看</a>| <a href="http://bgflee.com" target="_blank">激情综合五月天</a>| <a href="http://mm778899.com" target="_blank">亚洲一区二区在线视频</a>| <a href="http://qdzhudai.com" target="_blank">米奇777在线欧美播放</a>| <a href="http://8135777.com" target="_blank">99在线精品观看</a>| <a href="http://wb2014.com" target="_blank">久热精品在线视频</a>| <a href="http://nn99dd.com" target="_blank">国产精品一区免费视频</a>| <a href="http://csmdjs.com" target="_blank">亚洲精品一区二区三</a>| <a href="http://zd-jm.com" target="_blank">久久久99免费视频</a>| <a href="http://lcqrsj.com" target="_blank">亚洲日韩视频</a>| <a href="http://9585865.com" target="_blank">狂野欧美激情性xxxx</a>| <a href="http://shalxee.com" target="_blank">国产精品日本</a>| <a href="http://2061375.com" target="_blank">99视频日韩</a>| <a href="http://gs-qintai.com" target="_blank">老司机精品视频网站</a>| <a href="http://shalxee.com" target="_blank">亚洲无限乱码一二三四麻</a>| <a href="http://wallypanel.com" target="_blank">久久久久se</a>| <a href="http://160160160.com" target="_blank">国产精品免费看</a>| <a href="http://quanfadq.com" target="_blank">宅男噜噜噜66国产日韩在线观看</a>| <a href="http://kinghongs.com" target="_blank">美女精品自拍一二三四</a>| <a href="http://cp3824.com" target="_blank">午夜影院日韩</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>