1225: (2025)实验1-3 判断奇偶

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:387 Solved:220

Description

输入一个整数,程序判断并输出该数是奇数还是偶数。要求使用switch语句。

Sample Input Copy

7

Sample Output Copy

奇数