G
N
I
D
A
O
L
摘要: 题目来源:程序设计与算法(三)测验和作业题汇总 001:简单的swap #include <iostream> using namespace std; class A { public: int x; int getX() { return x; } }; void swap(A &a, A &b 阅读全文
posted @ 2023-03-05 10:59 漫舞八月(Mount256) 阅读(56) 评论(0) 推荐(0) 编辑