摘要: #include <stdio.h>//task1.2 int main() { printf(" O O\n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } #include <stdio.h>//task1 int main() 阅读全文
posted @ 2023-03-02 17:36 无舞物 阅读(26) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } 阅读全文
posted @ 2023-03-02 16:26 无舞物 阅读(18) 评论(0) 推荐(0)