摘要: #include <stdio.h>int main(){ int x; printf("输入一个整数:\n"); scanf("%d",&x); if(x%2==1) printf("jishu");else printf("oushu"); return 0; } #include <stdio 阅读全文
posted @ 2019-10-23 11:57 土土开开 阅读(105) 评论(0) 推荐(0)