10 2023 档案

摘要:3.c.hpp#include <iostream> #include <cmath> class Complex { public: Complex(double r = 0, double i = 0); Complex(const Complex& c); double get_real() 阅读全文
posted @ 2023-10-22 23:09 孤独的z 阅读(18) 评论(0) 推荐(0)
摘要:#include <iostream> #include <string> #include <vector> #include <array> template<typename T> void output1(const T& obj) { for (auto i : obj) std::cou 阅读全文
posted @ 2023-10-19 22:53 孤独的z 阅读(22) 评论(0) 推荐(0)