10 2024 档案

摘要:实验一 代码 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = scor 阅读全文
posted @ 2024-10-27 17:51 夏庆兴 阅读(14) 评论(0) 推荐(0)
摘要:实验1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 397 #define N2 476 #define N3 21 int main(){ int cnt; int random_m 阅读全文
posted @ 2024-10-13 17:33 夏庆兴 阅读(18) 评论(0) 推荐(0)
摘要:实验1.1 代码: 1 #include <stdio.h> 2 int main() 3 { 4 printf(" O \n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 return 0; 8 } 1.2: 代码: 1 #include <stdio.h> 阅读全文
posted @ 2024-10-01 17:02 夏庆兴 阅读(17) 评论(0) 推荐(0)