当前位置: 首页 > news >正文

实验任务1

实验任务1

1 #include<stdio.h>
2 int main()
3 {
4 printf(" O \n");
5 printf("<H>\n");
6 printf("I I\n");
7 return 0;
8 }
View Code

截图

捕获

task 2

1 #include<stdio.h>
2 int main()
3 {
4 printf(" O   O \n");
5 printf("<H> <H>\n");
6 printf("I I I I\n");
7 return 0;
8 }
View Code

截图

捕获