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

Envío 6637

Problema 0x78 - Suma de 2 números

  • Autor: aroldodev
  • Fecha: 2022-09-18 11:46:39 UTC (Hace más 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 1, in <module>
    a, b = [int(x) for x in input.split()]
AttributeError: 'builtin_function_or_method' object has no attribute 'split'
0.018 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>
    a, b = [int(x) for x in input.split()]
AttributeError: 'builtin_function_or_method' object has no attribute 'split'
0.018 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>
    a, b = [int(x) for x in input.split()]
AttributeError: 'builtin_function_or_method' object has no attribute 'split'
0.016 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>
    a, b = [int(x) for x in input.split()]
AttributeError: 'builtin_function_or_method' object has no attribute 'split'
0.016 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>
    a, b = [int(x) for x in input.split()]
AttributeError: 'builtin_function_or_method' object has no attribute 'split'
0.015 s 3 KBi
Puntos totales: 0 / 100

Código

a, b = [int(x) for x in input.split()]

print(a+b)