10 2024 档案

摘要:#include <stdio.h> char score_to_grade(int score); int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_to_grade(scor 阅读全文
posted @ 2024-10-29 21:53 井灏扬 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#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_majo 阅读全文
posted @ 2024-10-13 17:47 井灏扬 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#include<stdio.h> int main() { printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); return 0; } #incl 阅读全文
posted @ 2024-10-02 13:06 井灏扬 阅读(25) 评论(1) 推荐(0) 编辑