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

Envío 2302

Problema 0x78 - Suma de 2 números

  • Autor: Felipe
  • Fecha: 2020-12-13 00:44:37 UTC (Hace alrededor de 4 años)
Caso # Resultado Tiempo Memoria
#1
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    in = input().split(" ")
    ^
SyntaxError: invalid syntax
0.026 s 3 KBi
#2
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    in = input().split(" ")
    ^
SyntaxError: invalid syntax
0.024 s 3 KBi
#3
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    in = input().split(" ")
    ^
SyntaxError: invalid syntax
0.033 s 3 KBi
#4
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    in = input().split(" ")
    ^
SyntaxError: invalid syntax
0.032 s 6 KBi
#5
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    in = input().split(" ")
    ^
SyntaxError: invalid syntax
0.026 s 6 KBi
Puntos totales: 0 / 100

Código

in = input().split(" ")
a = in[0]
b = in[1]
print(a + b)