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

Envío 4499

Problema 0x60 - ¿Mayor, menor o igual?

  • Autor: ramsteven
  • Fecha: 2021-07-07 06:50:19 UTC (Hace más de 2 años)
Caso # Resultado Tiempo Memoria
#1
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.019 s 3 KBi
#2
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.021 s 3 KBi
#3
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.02 s 3 KBi
#4
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.019 s 3 KBi
#5
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.019 s 3 KBi
#6
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.021 s 3 KBi
#7
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.021 s 3 KBi
#8
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.018 s 3 KBi
#9
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.029 s 3 KBi
#10
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 2
    return "<" 
    ^
SyntaxError: 'return' outside function
0.02 s 3 KBi
Puntos totales: 0 / 100

Código

if a < b:
 return "<" 
elif a>b:
 return ">" 
else:
 return ":"