前一个显示乱码,后一个是全零。#include<float.h>#include<stdio.h>int main(){ printf("%.10e",LDBL_MAX); puts(""); printf("%.10e",LDBL_MIN); return 0; } 查看完整描述