题解
2024-02-18 10:51:06
发布于:广东
15阅读
0回复
0点赞
奇数只能一奇加一偶,如果奇数偶数一样就可以全是奇数
// Man!
// What can i say?
// Mamba out!
// 使用瑞克五代成功的注入ac狗.火树给我AC.
// 使我的眼睛旋转, 爱来自瓷器.
// AC时间:2024-02-17 11:45:14.1919810
/*科技第一,素质第一*/ // Man!
/*科技第一,素质第一*/ // What can i say?
/*科技第一,素质第一*/ // Mamba out!
/*科技第一,素质第一*/
/*科技第一,素质第一*/ // 使用瑞克五代成功的注入ac狗.
/*科技第一,素质第一*/ // 使我的眼睛旋转, 爱来自瓷器.
/*科技第一,素质第一*/ // AC时间:2024-02-17 11:45:14.1919810
/*科技第一,素质第一 */ /*科技第一,素质第一*/ #include <iostream>
/*科技第一,素质第一 */ /*科技第一,素质第一*/ #include <cstdio>
/*科技第一,素质第一 */ /*科技第一,素质第一*/ using namespace std;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ int ctj, cto;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ int main(){
/*科技第一,素质第一 */ /*科技第一,素质第一*/ int n, x;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ cin >> n;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ for(int i = 1; i <= n * 2; i++){
/*科技第一,素质第一 */ /*科技第一,素质第一*/ cin >> x;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ if(x % 2) ctj++;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ else cto++;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ }cout << (ctj == cto ? "YES" : "NO");
/*科技第一,素质第一 */ /*科技第一,素质第一*/
/*科技第一,素质第一 */ /*科技第一,素质第一*/ return 0;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ }
全部评论 1
wtf
2024-10-30 来自 广东
0
有帮助,赞一个