6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
|
struct a {
|
||
|
int x,
|
||
|
int y
|
||
|
};
|
||
|
|
||
|
int main() { return (0); }
|