導讀 關于臺州阿才,臺州acm這個問題很多朋友還不知道,今天小六來為大家解答以上的問題,現(xiàn)在讓我們一起來看看吧!1、sort(opponent begin(),
關于臺州阿才,臺州acm這個問題很多朋友還不知道,今天小六來為大家解答以上的問題,現(xiàn)在讓我們一起來看看吧!
1、sort(opponent.begin(), opponent.end()); #include #include #include using namespace std;int main(){int N;while (cin >> N && N){int speech;vector yuanzi;vector opponent;int i;for (i = 0; i < N; ++i){cin >> speech;yuanzi.push_back(speech);}for (i = 0; i < N; ++i){cin >> speech;opponent.push_back(speech);}sort(yuanzi.begin(), yuanzi.end());sort(opponent.begin(), opponent.end());int x = 0;int ys = 0, ye = N-1, os = 0, oe = N-1;while(ys<=ye){if(yuanzi[ye] > opponent[oe]){ye--;x++;}else{ys++;}oe--;}if (x > N/2)cout << "YES" << endl;elsecout << "NO" << endl;}return 0;}。
本文分享完畢,希望對大家有所幫助。
標簽:
免責聲明:本文由用戶上傳,如有侵權請聯(lián)系刪除!