摘要: 实验任务1 源代码 1 #include <stdio.h> 2 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf("%d", &score) ! 阅读全文
posted @ 2025-04-06 15:55 孙姚奕 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() 6 { 7 int number; 8 int i; 9 srand(time(0)); 10 fo 阅读全文
posted @ 2025-03-17 22:22 孙姚奕 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 实验任务1 源代码 1 #include<stdio.h> 2 int main() 3 { 4 printf(" 0 0\n"); 5 printf("<H> <H>\n"); 6 printf("I I I I\n"); 7 8 9 return 0; 10 } 11 #include<stdi 阅读全文
posted @ 2025-03-08 01:44 孙姚奕 阅读(13) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示