摘要: 1. 实验任务1 1.c 1 #include <stdio.h> 2 3 int main () 4 { 5 printf(" o \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 9 return 0; 10 } 1-1.c 1 #include <st 阅读全文
posted @ 2023-10-06 10:53 If-You 阅读(156) 评论(0) 推荐(0)