03 2025 档案

摘要:实验任务1 task1.c源代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种 阅读全文
posted @ 2025-03-23 16:30 runjizhao 阅读(15) 评论(0) 推荐(0)
摘要:#include <stdio.h> int main() { printf(" o \n"); printf("<H>\n"); printf("| |\n"); printf(" o \n"); printf("<H>\n"); printf("| |\n"); return 0; } #inc 阅读全文
posted @ 2025-03-09 17:26 runjizhao 阅读(15) 评论(0) 推荐(0)