摘要: 1 #include <stdio.h> 2 int main() 3 { 4 printf("输入成绩"); 5 int grade; 6 scanf("%d",&grade); 7 8 if(grade>0&&grade<101) 9 { 10 grade/=10; 11 switch (gra 阅读全文
posted @ 2020-08-30 22:43 zhaojiale 阅读(163) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main() { int type; scanf("%d",&type); switch (type){ case 1: printf("你好1"); break; case 2: printf("你好2"); break; case 3: printf 阅读全文
posted @ 2020-08-30 22:27 zhaojiale 阅读(63) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-08-30 21:57 zhaojiale 阅读(73) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-08-30 21:41 zhaojiale 阅读(77) 评论(0) 推荐(0)
摘要: 1 #include <stdio.h> 2 int main() 3 { 4 printf("第一个程序"); 5 } 阅读全文
posted @ 2020-08-30 21:30 zhaojiale 阅读(48) 评论(0) 推荐(0)