~$ 存档

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
1
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
    const double a=2.3434555667788;
    cout<<setprecision(10)<<a<<endl;
    return 0;
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
posted on 2017-01-16 03:13  LuoTian  阅读(109)  评论(0编辑  收藏  举报