1 2 3 4 5 | (defun nome (a b) (if (< a b) (cont (nome((+ a 1) b ))) (cont) ) ) |
KGRlZnVuCm5vbWUKKGEgYikKKGlmICg8IGEgYikgKGNvbnQgKG5vbWUoKCsgYSAxKSBiICkpKSAoY29udCkgKQop
-
upload with new input
-
result: Success time: 0s memory: 3068 kB returned value: 255
(nome 0 10)
-
result: Success time: 0s memory: 3068 kB returned value: 255



