Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
摘要: task1 代码 #include<stdio.h> char score_to_grade(int score); int main(){ int score; char grade; while(scanf("%d",&score)!=EOF){ grade=score_to_grade(sco 阅读全文
posted @ 2025-04-07 22:54 毛志威 阅读(2) 评论(0) 推荐(0) 编辑
摘要: task1 代码部分 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); for (i = 0; i < N; ++i 阅读全文
posted @ 2025-03-23 16:55 毛志威 阅读(8) 评论(0) 推荐(0) 编辑
摘要: task1.c 代码部分 #include<stdio.h> #include<stdlib.h> int main() { printf(" O O \n"); printf(" <H> <H> \n"); printf(" I I I I\n"); system("pause"); return 阅读全文
posted @ 2025-03-04 17:18 毛志威 阅读(4) 评论(0) 推荐(0) 编辑