CodeForces 624 Div3 部分題解

2021-10-03 05:37:32 字數 2028 閱讀 5173

題目大意:

直接根據兩數字大小進行判斷即可,**稍長:

ac**:

#include #include #include #include #include #include #include #include #include #include #include //#include //#include //#include using namespace std;

typedef long long ll;

inline int read()

while(c>='0'&&c<='9')

return x*f;

}inline void write(int x)

//mt19937 rnd(time(null));

const int inf = 0x3f3f3f3f;

const int maxn = 40;

int a, b;

int t;

int main()

else if(a > b) else if(a%2==1 && b%2 ==0)else if(a%2 ==1 && b%2 == 1)

while(c>='0'&&c<='9')

return x*f;

}inline void write(int x)

//mt19937 rnd(time(null));

const int inf = 0x3f3f3f3f;

const int maxn = 4e5 + 10;

int n;

int t;

int main()

while(1)

}if(!ok) break;

}bool ok = true;

for(int i = 0; i < n - 1; i++)

}if(ok) cout << "yes" << endl;

else cout << "no" << endl;

}return 0;

}

2.思維

可以想到,整個陣列串被分割成了若干個部分,只要是在可排序區間的數字,就一定能保證其區間內有序。

題目大意:

給定一字串和乙個陣列,字串中從頭到尾掃瞄,每次到陣列中的元素位置時,就會退回開頭,問該串中各個字元分別要出現多少次。

codeforces div2 525 部分題解

a.ehab and another construction problem 題目 傳送門a 按照題目的要求,只需要將輸入的x列印兩遍就可以了。注意還有x 1的情況,這樣只需要列印 1即可。如下 include include include include using namespace std...

Microformats教程 第3部分

本文首發於 http www.lunaticsun.com article microformats three 目前,這個系列已經有兩篇文章了,它們是 什麼是microformats microformats教程 第1部分 microformats教程 第2部分 在這一部分中,我們將討論一種全新的...

演算法題練習05 部分A B

正整數a的 da 為1位整數 部分 定義為由a中所有da組成的新整數pa。例如 給定a 3862767,da 6,則a的 6部分 pa是66,因為a中有2個6。現給定a da b db,請編寫程式計算pa pb。輸入在一行中依次給出a da b db,中間以空格分隔,其中0 a,b 1010。在一行...