10 2023 档案

摘要:task1 源代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); 阅读全文
posted @ 2023-10-31 12:54 奔满足于驰 阅读(43) 评论(0) 推荐(0)
摘要:实验一 代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 374 #define N2 465 int main() { int number; int i; srand( time 阅读全文
posted @ 2023-10-23 22:42 奔满足于驰 阅读(30) 评论(0) 推荐(0)