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