摘要: https://www.cnblogs.com/hangyuxi 阅读全文
posted @ 2025-04-15 09:14 雾曦 阅读(6) 评论(0) 推荐(0)
摘要: 任务1 1 #include <stdio.h> 2 #include<stdlib.h> 3 4 char score_to_grade(int score); // 函数声明 5 6 int main() { 7 int score; 8 char grade; 9 10 while(scanf 阅读全文
posted @ 2025-04-10 07:35 雾曦 阅读(3) 评论(0) 推荐(0)
摘要: 1 实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); / 阅读全文
posted @ 2025-03-23 10:58 雾曦 阅读(5) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hangyuxi 阅读全文
posted @ 2025-03-16 11:35 雾曦 阅读(2) 评论(0) 推荐(0)
摘要: 实验任务1 源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 int main() 4 { 5 printf(" O \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 printf(" O \n"); 9 prin 阅读全文
posted @ 2025-03-08 11:27 雾曦 阅读(9) 评论(0) 推荐(0)