实验1_1源代码

#include <stdio.h>
 4 int main() 
 5 {
 6     printf(" O \n");
 7     printf("<H>\n");
 8     printf("I I\n");
 9 
10     return 0;
11 } 

 

posted @ 2023-10-13 11:08  49809266  阅读(16)  评论(0)    收藏  举报