2021年6月6日
摘要: 作业4 #include<iostream> #define PI 3.1415926 using namespace std; class Circle//类名 { private: float Radius; public: Circle(float r);//构造函数,参数用来初始化私有变量 阅读全文
posted @ 2021-06-06 15:11 HuJiao粉 阅读(66) 评论(0) 推荐(0)