mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
19 lines
459 B
Text
19 lines
459 B
Text
|
|
fun f (a, b, c, d, e, f, g, h) {
|
||
|
|
fun g (unit) {
|
||
|
|
var tmp1 = 1 + (1 + (1 + (1 + (1 + 1 + (1 + (1 + (1 + (1 + 1 + (1 + (1 + (1 + (1 + 1))))))))))));
|
||
|
|
var tmp2 = (((((((((((((1 + 1) + 1) + 1) + 1) + 1) + 1) + 1) + 1) + 1) + 1) + 1) + 1) + 1) + 1;
|
||
|
|
write (a);
|
||
|
|
write (b);
|
||
|
|
write (c);
|
||
|
|
write (d);
|
||
|
|
write (e);
|
||
|
|
write (f);
|
||
|
|
write (g);
|
||
|
|
write (h)
|
||
|
|
}
|
||
|
|
|
||
|
|
g
|
||
|
|
}
|
||
|
|
|
||
|
|
f (1, 2, 3, 4, 5, 6, 7, 8)(0)
|