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