摘要: 1 // 打印一个字符小人 2 #include <stdio.h> 3 int main() 4 { 5 printf(" O \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 return 0; 9 } View Code 1 // 打印一个字符小人 2 阅读全文
posted @ 2025-10-03 22:09 顾添乐 阅读(7) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/gutianle 阅读全文
posted @ 2025-10-03 21:35 顾添乐 阅读(6) 评论(0) 推荐(0)