摘要: 1 #include <iostream> 2 using namespace std; 3 typedef struct { 4 double real; //复数的实部 5 double imag; //复数的虚部 6 } Complex; 7 8 //复数的初始化 9 void initial 阅读全文
posted @ 2020-03-13 17:26 Arielsixsixsix 阅读(528) 评论(0) 推荐(0) 编辑