計算兩點間的距離

這道題本身不難的,主要用於練習C++的cout格式化輸出 ios::fixed  將符點數按照普通定點格式處理(非科學計數法) 與<iomanip>的setprecision配合使用,可以表示指定小數點後面的保留位數 #include <iostream> #include <iomanip> #include<string.h> #include<math.h> using namespace
相關文章
相關標籤/搜索