#includeint main(void){float a,b;b = 2.0e32;a = 2.0e100;printf("%e\n",a);printf("%e\n",b);return 0;}
这是代码
那个a的输出怎么是这个样子?求指教。
数据过大,发生溢出了,无法按照规定格式输出