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

Envío 6316

Problema 0x78 - Suma de 2 números

  • Autor: manuel claros
  • Fecha: 2022-06-03 20:31:02 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 4 5
            ^
SyntaxError: invalid syntax
0.01 s 3 KBi
#2
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1= int 4 5
            ^
SyntaxError: invalid syntax
0.022 s 3 KBi
#3
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1= int 4 5
            ^
SyntaxError: invalid syntax
0.018 s 3 KBi
#4
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1= int 4 5
            ^
SyntaxError: invalid syntax
0.021 s 3 KBi
#5
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    n1= int 4 5
            ^
SyntaxError: invalid syntax
0.013 s 3 KBi
Puntos totales: 0 / 100

Código

n1= int 4 5
print(4+5)