1 2 3 4 5 6 7 8 | def ret(*args): return args print(ret(1, 2, 3)) for _ in range(1000000): ret = ret.__call__ print(ret(1, 2, 3)) |
CmRlZiByZXQoKmFyZ3MpOiByZXR1cm4gYXJncwoKcHJpbnQocmV0KDEsIDIsIDMpKQoKZm9yIF8gaW4gcmFuZ2UoMTAwMDAwMCk6IHJldCA9IHJldC5fX2NhbGxfXwoKcHJpbnQocmV0KDEsIDIsIDMpKQ==
-
upload with new input
-
result: Runtime error time: 0.9s memory: 46384 kB signal: -1
/spoj/python3_run: line 1: 23660 Segmentation fault /usr/bin/python3 -S prog.py


