1 2 3 4 5 | x = 42 def f(): x = x f() |
eCA9IDQyCmRlZiBmKCk6CiAgICB4ID0geApmKCkK
-
upload with new input
-
result: Success time: 0.01s memory: 6352 kB returned value: 1
1 2 3 4 5 | x = 42 def f(): x = x f() |
result: Success time: 0.01s memory: 6352 kB returned value: 1