10 2025 档案

摘要:实验1 1 #include <stdio.h> 2 char score_to_grade(int score); 3 int main() { 4 int score; 5 char grade; 6 7 while(scanf("%d", &score) != EOF) { 8 grade = 阅读全文
posted @ 2025-10-26 21:20 cchheenn 阅读(14) 评论(2) 推荐(0)
摘要:实验1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int rando 阅读全文
posted @ 2025-10-14 17:18 cchheenn 阅读(10) 评论(1) 推荐(0)
摘要:实验1#include<studio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } 实验2 1 #include<stdio.h> 2 int main() 3 { 4 double a, 阅读全文
posted @ 2025-10-05 11:01 cchheenn 阅读(16) 评论(1) 推荐(0)