10 2025 档案

摘要:实验任务1: #include <stdio.h>char score_to_grade(int score); // 函数声明int main() { int score; char grade; while (scanf("%d", &score) != EOF) { grade = score 阅读全文
posted @ 2025-10-26 20:19 陈江流 阅读(9) 评论(1) 推荐(0)
摘要:实验任务1: #include <stdio.h>#include <stdlib.h>#include <time.h>#define N 5#define N1 80#define N2 35int main() { int cnt; int random_major, random_no; s 阅读全文
posted @ 2025-10-14 18:28 陈江流 阅读(10) 评论(1) 推荐(0)
摘要:实验1 #include <stdio.h>int main(){ printf(" O\n"); printf("<H>\n"); printf("I I"); return 0;} #include <stdio.h>int main(){ printf(" O\t O\n"); printf( 阅读全文
posted @ 2025-10-08 16:58 陈江流 阅读(10) 评论(1) 推荐(0)