Live2d Test Env
摘要: 编写复数类Complex,使得代码能够工作: 代码: #include<iostream> #include<cmath> using namespace std; class Complex{ public: Complex(double newrl=0,double newim=0) ;//默认 阅读全文
posted @ 2019-03-30 17:49 lszz 阅读(463) 评论(0) 推荐(0)