程序编译一下报错“[Error] expected initializer before 'cz'” 求教大佬 谢谢!!
#include <complex.h>#include <stdio.h>
int main()
{
double complex cz = 1.0 + 2.0 * i ;
}
这个程序编译一下报错“[Error] expected initializer before 'cz'” 求教大佬 谢谢!!
2022-10-27 17:54
2022-10-30 13:55
2022-10-30 18:59
2022-10-30 23:27