摘要: complex.h #include "complex.h" #include <iostream> int main() { using namespace std; complex c1(3, -4); const complex c2(4.5); complex c3(c1); cout << 阅读全文
posted @ 2021-10-20 23:53 zhzhang-hong 阅读(36) 评论(3) 推荐(0)