摘要: 任务二源代码: 1 //task2.cpp 2 3 #include<iostream> 4 using std::cout; 5 using std::endl; 6 7 //定义Point类 8 class Point 9 { 10 public: 11 Point(int x0=0,int y 阅读全文
posted @ 2022-09-29 23:50 言黎小姐 阅读(36) 评论(0) 推荐(0)