6 lines
84 B
Mathematica
6 lines
84 B
Mathematica
|
@import Umbrella;
|
||
|
int main() {
|
||
|
struct S s = getS(); // break here
|
||
|
return s.i;
|
||
|
}
|