8 lines
80 B
Text
8 lines
80 B
Text
F f([Int]? &a)
|
|
I a != N
|
|
a.append(1)
|
|
|
|
f(N)
|
|
[Int] arr
|
|
f(&arr)
|
|
print(arr)
|