摘要: #include<stdio.h> #include<string.h> #include<stdlib.h> #include<math.h> #include<time.h> int main(){ float a = 3.14; double b = 3.14; printf("%f\n",a 阅读全文
posted @ 2025-10-17 17:05 冰涿 阅读(9) 评论(0) 推荐(0)