摘要: 任务一 源代码 1 #include<stdio.h> 2 int main() 3 { 4 printf("o o\n"); 5 printf("<H> <H>\n"); 6 printf("I I I I\n"); 7 8 return 0; 9 10 } 1 #include<stdio.h> 阅读全文
posted @ 2026-03-18 16:13 文神之道 阅读(10) 评论(0) 推荐(0)