摘要: 实验1-源代码 1 #include<stdio.h> 2 3 int main() 4 5 { 6 printf("o\n"); 7 printf("<H>\n"); 8 printf("I I\n"); 9 10 return 0; 11 } 实验1-执行结果 实验1.1源代码 1 #inclu 阅读全文
posted @ 2023-10-06 10:35 天要下鱼吗 阅读(28) 评论(0) 推荐(0)