03 2025 档案

摘要:实验二 试验任务一 代码 点击查看代码 #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 15:09 任书静 阅读(24) 评论(0) 推荐(0)
摘要:实验一 实验任务一 代码 点击查看代码 #include<stdio.h> #include<stdlib.h> int main() { printf(" o o\n"); printf("<H> <H>\n"); printf("I I I I\n"); printf(" o \n"); pri 阅读全文
posted @ 2025-03-08 13:02 任书静 阅读(29) 评论(0) 推荐(0)