09 2025 档案
摘要:实验任务1 task1_1.c 1 #include <stdio.h> 2 int main(){ 3 printf(" O \n"); 4 printf("<H>\n"); 5 printf("I I\n"); 6 7 return 0; 8 } task1_2.c 1 #include <st
阅读全文
摘要:实验任务1 1 #include <stdio.h> 2 int main(){ 3 printf(" O \n"); 4 printf("<H>\n"); 5 printf("I I\n"); 6 7 return 0; 8 } 实验任务2 1 #include <stdio.h> 2 3 int
阅读全文