摘要: 实验1 #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } 实验2 #include <stdio.h> int main() { double a, b, c; 阅读全文
posted @ 2025-10-09 10:54 999ccc 阅读(4) 评论(0) 推荐(0)