8 lines
85 B
Text
8 lines
85 B
Text
struct T {
|
|
S name;
|
|
int x
|
|
}
|
|
|
|
int program(int argc, string[] argv) {
|
|
return 0;
|
|
}
|