未知题型

输入一个整数,如果是偶数,则输出Even number,如果是奇数,则输出Odd number

【参考答案】

#include #include int main() { int a; p......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)