04 2026 档案
摘要:实验任务11.源代码 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while (scanf("%d", &score) != EOF) { grade =
阅读全文
摘要:实验任务1 1.源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main1() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for
阅读全文
浙公网安备 33010602011771号