摘要: task1.c代码 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 } task1.c运行截图 task1-1.c代码 1 #in 阅读全文
posted @ 2023-09-30 14:02 明耀66 阅读(82) 评论(0) 推荐(0)