摘要: 实验任务1 #include <stdio.h> #include <stdlib.h> int main() { printf(" o \n"); printf("<H>\n"); printf("I I\n"); system("pause"); return 0; } 实验任务2 #inclu 阅读全文
posted @ 2023-03-05 16:10 diremo 阅读(23) 评论(0) 推荐(0)