03 2023 档案

摘要:实验任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand( time(0 阅读全文
posted @ 2023-03-22 20:06 00z 阅读(16) 评论(0) 推荐(0)
摘要:试验任务1.2 代码 #include <stdio.h> int main() { printf(" o o \n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } 实验任务1.1 代码 #include <stdio.h> int 阅读全文
posted @ 2023-03-04 11:15 00z 阅读(30) 评论(0) 推荐(0)