Caso # | Resultado | Tiempo | Memoria |
---|---|---|---|
#1 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> line =[int(input()),int(input())] ValueError: invalid literal for int() with base 10: '3 4' |
0.026 s | 3 KBi |
#2 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> line =[int(input()),int(input())] ValueError: invalid literal for int() with base 10: '67 -100' |
0.024 s | 3 KBi |
#3 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> line =[int(input()),int(input())] ValueError: invalid literal for int() with base 10: '58 26' |
0.036 s | 3 KBi |
#4 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> line =[int(input()),int(input())] ValueError: invalid literal for int() with base 10: '-90 -53' |
0.025 s | 3 KBi |
#5 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> line =[int(input()),int(input())] ValueError: invalid literal for int() with base 10: '1 2147483646' |
0.029 s | 3 KBi |
line =[int(input()),int(input())] def codeo(a,b): return a + b suma = codeo (line[0],line[1]) print(suma)