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 |
in = input().split(" ") a = in[0] b = in[1] print(a + b)