9 lines
90 B
Text
9 lines
90 B
Text
struct Complex
|
|
{
|
|
float real, image;
|
|
};
|
|
int main()
|
|
{
|
|
struct Complex x;
|
|
y.image = 3.5;
|
|
}
|