A308.奇偶判断宇浩 ^~^2025-09-24 14:58:36发布于:广东0阅读0回复0点赞#include <iostream> using namespace std; int main ( ) { int a; cin>>a; if(a%21) { cout<<"odd"; } else if(a%20) { cout<<"even"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个