是否为偶数

阅读 55

2022-01-31

#include <stdio.h>

main()

{ int x;

printf("Please input a number: ");

scanf("%d",&x);

if(x%2==0) printf("this is a oushu!");

else printf("this is a jishu!");}

相关推荐

精彩评论(0)

0 0 举报