摘要: 1.实验任务1 task1源代码: 1 #include <stdlib.h> 2 #include <time.h> 3 #include <windows.h> 4 #define N 80 5 6 void print_text(int line, int col, char text[]); 阅读全文
posted @ 2023-10-31 15:30 Sunria 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1.实验任务1 task1源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 374 7 #define N2 465 8 9 int main() 10 { 阅读全文
posted @ 2023-10-21 17:48 Sunria 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1.实验任务1 task1_1源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 int main() 4 { 5 printf(" 0 \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 printf(" 0 阅读全文
posted @ 2023-10-05 19:38 Sunria 阅读(71) 评论(0) 推荐(0) 编辑