yy-L886

导航

2022年10月18日 #

实验二 类和对象(二)

摘要: 1 #include <iostream> 2 #include <complex> 3 int main() 4 { 5 using namespace std; 6 complex<double> c1{3, 4}, c2{4.5}; 7 const complex<double> c3{c2} 阅读全文

posted @ 2022-10-18 17:49 小猪葛屁了 阅读(17) 评论(0) 推荐(0) 编辑