2023年3月9日

实验1

摘要: 实验任务1 编程源代码: //打印俩垂直字符小人 #include <stdio.h> #include <stdlib.h> int main() { printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); printf(" 0 \n"); print 阅读全文

posted @ 2023-03-09 15:03 随客111 阅读(31) 评论(0) 推荐(0)

导航