摘要:
#include <bits/stdc++.h>using namespace std;template<class T>class AAA { T a, b; public: AAA(T _a, T _b): a(_a), b(_b) {}; T sum() { return a + b; } T 阅读全文
posted @ 2023-05-05 10:31
mo寒流xing
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号