摘要: /*this is first C program*/ #include<stdio.h> int main() { printf("201983270561!") ; return 0; } #include<stdio.h> int main() { int x; printf("输入一个整数:\n") ; scanf("%d" ,&x); if(x%2==0) printf("该整数是偶数" 阅读全文
posted @ 2019-10-22 19:38 曹铮 阅读(107) 评论(0) 推荐(0)