Caso # | Resultado | Tiempo | Memoria |
---|---|---|---|
#1 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> for line in a: TypeError: 'builtin_function_or_method' object is not iterable |
0.037 s | 3 KBi |
#2 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> for line in a: TypeError: 'builtin_function_or_method' object is not iterable |
0.032 s | 3 KBi |
#3 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> for line in a: TypeError: 'builtin_function_or_method' object is not iterable |
0.03 s | 3 KBi |
#4 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> for line in a: TypeError: 'builtin_function_or_method' object is not iterable |
0.026 s | 3 KBi |
#5 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 2, in <module> for line in a: TypeError: 'builtin_function_or_method' object is not iterable |
0.037 s | 3 KBi |
a = input for line in a: x,y = line.split() print(int(x)+int(y))