#include main() {int a=325;double x=3.1415926; printf("a=%+0

问题描述:

#include main() {int a=325;double x=3.1415926; printf("a=%+06d x=%+e\n",a,x); } 具体怎么算
为什么a=+00325 x=+3.141593e+000
尤其x=+3.141593e+000 是怎么回事啊为什么还要加000
1个回答 分类:综合 2014-11-01

问题解答:

我来补答
x=%+e\是科学记数e的1次,就是ooo
 
 
展开全文阅读
剩余:2000
上一页:圆向量