内容简介:/ test.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #define PI 3.1415962 using namespace std; class circle { private: int r; //半径 public:...
用户评论
voxtech