编写题解 2780: 奇偶数判断 摘要:#include<bits/stdc++.h>using namespace std;int main(){ int i; …… 题解列表 2025年09月10日 0 点赞 0 评论 685 浏览 评分:10.0
2780: 奇偶数判断 摘要:解题思路:偶数对2取模为0 奇数对2取模不为0。注意事项:都是成功提交过的,可以直接使用。参考代码:#include<iostream>using namespace std;int ma…… 题解列表 2026年05月30日 0 点赞 0 评论 92 浏览 评分:0.0