摘要:
《判断奇偶实验代码》 #include <stdio.h>#include <stdlib.h>int main(){ int x; printf("输入一个整数:\n"); scanf("%d",&x); if(x%2==1) printf("是奇数"); else printf("是偶数"); 阅读全文
posted @ 2019-10-20 16:27
北米酒
阅读(109)
评论(0)
推荐(0)
浙公网安备 33010602011771号