原创 第十週實驗報告(三)

#include<iostream> #include<Cmath> #define pi 3.1415926 using namespace std; class Point //定義座標點類 { public: