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

Envío 6949

Problema 0x78 - Suma de 2 números

  • Autor: manuel claros
  • Fecha: 2023-03-28 00:30:29 UTC (Hace alrededor de 1 año)
Caso # Resultado Tiempo Memoria
#1
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    a, b = [int(x) for x in input.split()]
    ^
IndentationError: unexpected indent
0.016 s 3 KBi
#2
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    a, b = [int(x) for x in input.split()]
    ^
IndentationError: unexpected indent
0.017 s 3 KBi
#3
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    a, b = [int(x) for x in input.split()]
    ^
IndentationError: unexpected indent
0.016 s 3 KBi
#4
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    a, b = [int(x) for x in input.split()]
    ^
IndentationError: unexpected indent
0.017 s 3 KBi
#5
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    a, b = [int(x) for x in input.split()]
    ^
IndentationError: unexpected indent
0.016 s 3 KBi
Puntos totales: 0 / 100

Código

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