12 lines
98 B
Text
12 lines
98 B
Text
|
|
struct L {
|
||
|
|
bool b
|
||
|
|
}
|
||
|
|
|
||
|
|
struct L {
|
||
|
|
int c
|
||
|
|
}
|
||
|
|
|
||
|
|
int program(int argc, string[] argv) {
|
||
|
|
return 0;
|
||
|
|
}
|