有什么区别:struct Complex
{
double real;
double imag;
}op1,op2;
struct
{
double real;
double imag;
}op3

有什么区别:struct Complex
{
double real;
double imag;
}op1,op2;
struct
{
double real;
double imag;
}op3

1805

被折叠的 条评论
为什么被折叠?