摘要: // 打印一个字符小人 #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } // 打印一个字符小人 #include <stdio.h> #include <st 阅读全文
posted @ 2025-03-07 13:50 7oo 阅读(14) 评论(0) 推荐(0)