摘要: 实验任务1 task1.c源代码 #include<stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } 运行结果截图 task1_1.c源代码 #include<stdio.h> i 阅读全文
posted @ 2025-10-08 21:07 thirin 阅读(7) 评论(1) 推荐(0)