Caso # | Resultado | Tiempo | Memoria |
---|---|---|---|
#1 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 File "script.py", line 1 n1 = int 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 5 ^ SyntaxError: invalid syntax |
0.03 s | 3 KBi |
#3 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 File "script.py", line 1 n1 = int 5 ^ SyntaxError: invalid syntax |
0.017 s | 3 KBi |
#4 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 File "script.py", line 1 n1 = int 5 ^ SyntaxError: invalid syntax |
0.01 s | 3 KBi |
#5 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 File "script.py", line 1 n1 = int 5 ^ SyntaxError: invalid syntax |
0.028 s | 3 KBi |
n1 = int 5 n2 = int 4 suma= n1 + n2 print(suma)