摘要: 实验任务1 1 #include <stdio.h> 2 int main() 3 { 4 printf(" O \n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 return 0; 8 } 1 #include <stdio.h> 2 int main() 阅读全文
posted @ 2025-09-26 15:16 mjy66 阅读(12) 评论(1) 推荐(0)