03 2025 档案

摘要:实验任务1 task1.c源代码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 int main() 7 { 8 int number; 9 int i; 10 11 srand(time 阅读全文
posted @ 2025-03-20 20:20 High_Auditorium 阅读(59) 评论(0) 推荐(0)
摘要:实验1(用的markdown编辑器没法用line标,下次用HTML的) 实验任务1 task1-1.c 源代码 #include <stdio.h> #include<stdlib.h> int main1() { printf(" O \n"); printf("<H>\n"); printf(" 阅读全文
posted @ 2025-03-08 20:25 High_Auditorium 阅读(58) 评论(0) 推荐(0)