题解 2780: 奇偶数判断 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); if(a%2==0) { printf("even\n"); }…… 题解列表 2023年04月29日 0 点赞 1 评论 862 浏览 评分:9.9
太太太太太太太太太太对啦 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int x; scanf("%d",&x); if(x%2 == 0) prin…… 题解列表 2024年11月11日 0 点赞 1 评论 854 浏览 评分:10.0
编写题解 2780: 奇偶数判断 摘要:#include<bits/stdc++.h>using namespace std;int main(){ int i; …… 题解列表 2025年09月10日 0 点赞 0 评论 685 浏览 评分:10.0