NFurioso

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年11月30日

摘要: 实验任务1 task1 task1_1.cpp #include <iostream> using std::cout; using std::endl; class A{ public: A(int x0, int y0): x{ x0 }, y{ y0 } {} void show() cons 阅读全文
posted @ 2023-11-30 19:13 NFurioso 阅读(24) 评论(0) 推荐(0)