摘要: task1 1 #include<stdio.h> 2 int main() { 3 printf(" O \n"); 4 printf("<H>\n"); 5 printf("I I\n"); 6 return 0; 7 } 截图 task1-1 1 #include<stdio.h> 2 int 阅读全文
posted @ 2025-09-26 16:48 ZL425 阅读(72) 评论(1) 推荐(0)