摘要: 实验1 源代码 1 #include<stdio.h> 2 int main() 3 { 4 printf(" o\n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 8 return 0; 9 } View Code 运行结果 实验2 1 #include<s 阅读全文
posted @ 2025-10-08 14:44 错过不算爱 阅读(10) 评论(1) 推荐(0)