摘要: task1 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 r 阅读全文
posted @ 2023-10-01 11:39 JUVBuffon 阅读(35) 评论(0) 推荐(0)