摘要: 实验任务1: (1)代码部分: 1 task1_1 2 #include <iostream> 3 4 using std::cout; 5 using std::endl; 6 7 // 类A的定义 8 class A { 9 public: 10 A(int x0, int y0); 11 vo 阅读全文
posted @ 2024-11-24 17:46 刘晔yyy 阅读(7) 评论(0) 推荐(0) 编辑