摘要: #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_to_gr 阅读全文
posted @ 2024-10-27 17:21 石腾飞 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define N1 397 #define N2 467 #define N3 21 int main(){ int cnt; int random_major,ra 阅读全文
posted @ 2024-10-15 18:26 石腾飞 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main() { printf(" o\n"); printf("<H>\n"); printf("I I\n"); printf(" o\n"); printf("<H>\n"); printf("I I\n"); return 0; } #includ 阅读全文
posted @ 2024-09-29 19:22 石腾飞 阅读(4) 评论(0) 推荐(0) 编辑
摘要: include<stdio.h> int main() { printf(" o\n"); printf("\n"); printf("I I\n"); printf(" o\n"); printf("\n"); printf("I I\n"); return 0; } include<stdio. 阅读全文
posted @ 2024-09-28 23:23 石腾飞 阅读(15) 评论(1) 推荐(0) 编辑