摘要: 实验任务1 task1.cpp源码 task1_1.cpp: #include <iostream> using std::cout; using std::endl; //类A的定义 class A { public: A(int x0, int y0) : x{ x0 }, y{ y0 } {} 阅读全文
posted @ 2023-11-30 23:53 铃鹿浅芊 阅读(25) 评论(0) 推荐(0)