摘要: 实验任务1 //打印小人 #include <stdio.h> #include <stdlib.h> int main() { printf(" o \n"); printf("<H>\n"); printf("I I\n"); system("pause"); return 0; } #incl 阅读全文
posted @ 2023-03-09 09:39 orangeove 阅读(20) 评论(0) 推荐(0)