摘要: 实验任务4 task_4.cpp 1 #include "Complex.hpp" 2 #include <iostream> 3 4 // 类测试 5 void test() { 6 using namespace std; 7 8 Complex c1(6, -8); 9 const Compl 阅读全文
posted @ 2022-10-17 11:55 Z`x 阅读(32) 评论(0) 推荐(0)