摘要: task1 1.代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 void print_text(int line, int col, c 阅读全文
posted @ 2023-10-31 00:24 Alex013 阅读(8) 评论(0) 推荐(0) 编辑
摘要: task1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 374 6 #define N2 465 7 int main() 8 { 9 int number; 10 阅读全文
posted @ 2023-10-17 11:32 Alex013 阅读(2) 评论(0) 推荐(0) 编辑
摘要: task1 task1.1 源代码 1 #include <stdio.h> 2 int main() 3 { 4 printf(" O \n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 printf(" O \n"); 8 printf("<H>\n"); 阅读全文
posted @ 2023-10-03 00:32 Alex013 阅读(10) 评论(0) 推荐(0) 编辑