摘要: 实验任务1: `#include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = sco 阅读全文
posted @ 2025-10-30 16:40 25网安1班姚淇奥 阅读(12) 评论(1) 推荐(0)
摘要: 实验任务一 `#include <stdio.h> include <stdlib.h> include <time.h> define N 5 define N1 80 define N2 35 int main () { int cnt; int random_major, random_no; 阅读全文
posted @ 2025-10-14 16:55 25网安1班姚淇奥 阅读(6) 评论(1) 推荐(0)
摘要: 实验任务1 include <stdio.h> int main () { printf(" o \t"); printf(" o \n"); printf("\t"); printf("\n"); printf("I I\t"); printf("I I\n"); return 0; } 实验任务 阅读全文
posted @ 2025-09-27 16:21 25网安1班姚淇奥 阅读(16) 评论(1) 推荐(0)