09 2025 档案

摘要:#include <stdio.h> int main() { int i; for (i = 0; i < 2; i++) { printf(" O \n"); printf("<H>\n"); printf("I I\n"); } return 0; } #include <stdio.h> i 阅读全文
posted @ 2025-09-30 13:48 .hh 阅读(11) 评论(1) 推荐(0)