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 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.028 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 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.024 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 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.024 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 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.031 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 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.024 s | 3 KBi |
#6 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.031 s | 3 KBi |
#7 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.023 s | 3 KBi |
#8 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.025 s | 3 KBi |
#9 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.022 s | 3 KBi |
#10 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Traceback (most recent call last): File "script.py", line 1, in <module> a, b = [int(x) for x in input.split()] AttributeError: 'builtin_function_or_method' object has no attribute 'split' |
0.025 s | 3 KBi |
a, b = [int(x) for x in input.split()] if a < b: print('<') elif a == b: print('=') else: print('>')