为了避免double爆出科学计数法形式,如果用输出流输出的话,不使用round()而使用fixed<<setprecision(0)
round()
fixed<<setprecision(0)
见本题数据#6、#7