摘要: #include #include int main(void) { // complex double k = 1.0+2.0*_Complex_I; //可能原因是编译器还在默认沿用c89标准所以无法编译通过(编译器 Dev-C++ 5.11、Code::... 阅读全文
posted @ 2018-12-23 19:33 JonnyOu1012 阅读(39) 评论(0) 推荐(0)