摘要: 任务1 1.源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 int main() 4 { 5 printf(" O\n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 system("pause"); 9 ret 阅读全文
posted @ 2026-03-18 11:48 任松佳 阅读(9) 评论(0) 推荐(0)