当前位置:
首页
> C+ + 程序设计(04737)
#include <iostream> using namespace std; int main ( ){ int
- 2024-07-27 18:31:26
- C+ + 程序设计(04737)
#include<iostream.h> class point{private:float x; public:v
- 2024-07-27 18:31:29
- C+ + 程序设计(04737)
在三角形类tri实现两个函数,功能是输入三个顶点坐标判断是否构成等边三角形 #include<iostream.h>
- 2024-07-27 18:31:46
- C+ + 程序设计(04737)