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

Envío 6856

Problema 0x78 - Suma de 2 números

  • Autor: guerroni
  • Fecha: 2023-02-09 14:59:49 UTC (Hace alrededor de 1 año)
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>
    sum = entrada[0]+entrada[1]
TypeError: 'builtin_function_or_method' object is not subscriptable
0.024 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>
    sum = entrada[0]+entrada[1]
TypeError: 'builtin_function_or_method' object is not subscriptable
0.02 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>
    sum = entrada[0]+entrada[1]
TypeError: 'builtin_function_or_method' object is not subscriptable
0.017 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>
    sum = entrada[0]+entrada[1]
TypeError: 'builtin_function_or_method' object is not subscriptable
0.02 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>
    sum = entrada[0]+entrada[1]
TypeError: 'builtin_function_or_method' object is not subscriptable
0.019 s 3 KBi
Puntos totales: 0 / 100

Código

entrada = input().split
sum = entrada[0]+entrada[1]
print(sum)