|
@@ -15,11 +15,8 @@ Element function construct_function():
|
|
|
len = input()
|
|
|
list = list_create()
|
|
|
|
|
|
- log("Waiting for " + cast_v2s(len))
|
|
|
while (list_len(list) < len):
|
|
|
- log("Current length: " + cast_v2s(list_len(list)))
|
|
|
list_append(list, input())
|
|
|
- log("Ready!")
|
|
|
|
|
|
return construct_function_list(list_reverse(list))!
|
|
|
|