█████████ ████ ███░░░░░███ ░░███ ███ ░░░ ██████ ███████ ██████ ██████ ░███ ███░░███ ███░░███ ███░░███ ███░░███ ░███ ░███ ░███░███ ░███ ░███████ ░███ ░███ ░░███ ███░███ ░███░███ ░███ ░███░░░ ░███ ░███ ░░█████████ ░░██████ ░░████████░░██████ ░░██████ ░░░░░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░░ ░░░░░░

Envío 5366

Problema 0x78 - Suma de 2 números

  • Autor: itsjuanchoo
  • Fecha: 2021-12-02 01:43:24 UTC (Hace más de 2 años)
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 1, in <module>
    numberOne, numberTwo = [int(x) for x in input.splice()]
AttributeError: 'builtin_function_or_method' object has no attribute 'splice'
0.019 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 1, in <module>
    numberOne, numberTwo = [int(x) for x in input.splice()]
AttributeError: 'builtin_function_or_method' object has no attribute 'splice'
0.022 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 1, in <module>
    numberOne, numberTwo = [int(x) for x in input.splice()]
AttributeError: 'builtin_function_or_method' object has no attribute 'splice'
0.026 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 1, in <module>
    numberOne, numberTwo = [int(x) for x in input.splice()]
AttributeError: 'builtin_function_or_method' object has no attribute 'splice'
0.022 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 1, in <module>
    numberOne, numberTwo = [int(x) for x in input.splice()]
AttributeError: 'builtin_function_or_method' object has no attribute 'splice'
0.024 s 3 KBi
Puntos totales: 0 / 100

Código

numberOne, numberTwo = [int(x) for x in input.splice()]
print(numberOne + numberTwo)