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

Envío 6318

Problema 0x78 - Suma de 2 números

  • Autor: manuel claros
  • Fecha: 2022-06-03 20:34:20 UTC (Hace casi 2 años)
Caso # Resultado Tiempo Memoria
#1
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1 = int(input ))
                    ^
SyntaxError: unmatched ')'
0.029 s 3 KBi
#2
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1 = int(input ))
                    ^
SyntaxError: unmatched ')'
0.016 s 3 KBi
#3
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1 = int(input ))
                    ^
SyntaxError: unmatched ')'
0.01 s 3 KBi
#4
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1 = int(input ))
                    ^
SyntaxError: unmatched ')'
0.024 s 5 KBi
#5
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1 = int(input ))
                    ^
SyntaxError: unmatched ')'
0.025 s 3 KBi
Puntos totales: 0 / 100

Código

n1 = int(input ))
n2 = int(input ))

suma= n1 + n2
print(suma)