1 2 3 | a = *0..5 a[1..-2] = [42] p a |
YSA9ICowLi41CmFbMS4uLTJdID0gWzQyXQpwIGE=
-
upload with new input
-
result: Success time: 0s memory: 4760 kB returned value: 0
[0, 42, 5]
1 2 3 | a = *0..5 a[1..-2] = [42] p a |
result: Success time: 0s memory: 4760 kB returned value: 0
[0, 42, 5]