![]() |
#2
朱一凡2022-10-27 19:09
|
#include <complex.h>
#include <stdio.h>
int main()
{
double complex cz = 1.0 + 2.0 * i ;
}
这个程序编译一下报错“[Error] expected initializer before 'cz'” 求教大佬 谢谢!!