摘要: 实验任务1 task1_1 `#include <stdio.h> int main() { printf(" o o \n"); printf(" \n"); printf("I I I I\n"); return 0; } ` 运行结果 task1_2 `#include <stdio.h> i 阅读全文
posted @ 2025-10-09 20:03 梁宜萱 阅读(2) 评论(0) 推荐(0)