摘要: 实验任务1 源代码 #include<stdio.h> int main() { printf(" o \n"); printf("<h>\n"); printf("I I\n"); return 0; } 运行截图 tast1-1 源代码 1 #include<stdio.h> 2 3 int m 阅读全文
posted @ 2025-09-30 13:08 humeop 阅读(8) 评论(1) 推荐(0)