#include <iostream>
using namespace std;
cout.setf(ios::fixed); //指定用定点形式输出
cout.precision(6); //保留6位小数