#include
#include
using namespace std;
int main(void)
{
float a=3000000.456;
float b=123.000258369;
cout << (float)a+b;
system("pause");
}
印出結果怎麼變成3.00012e+006
要怎麼印出正常數字?
2006-12-03 13:21:58 · 1 個解答 · 發問者 無聊宏 2 in 電腦與網際網路 ➔ 程式設計
//Power by Microsoft Visual Studio 2005//可以使用 Dev-C++ 編譯此程式#include
2006-12-03 15:15:07
·
answer #1
·
answered by Big_John-tw 7
·
0⤊
0⤋