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

Envío 6681

Problema 0xd6 - Camino más corto de la Tortuga en un arreglo circular

Caso # Resultado Tiempo Memoria
#1
Incorrecto
0.015 s 3 KBi
#2
Incorrecto
0.016 s 3 KBi
#3
Incorrecto
0.018 s 5 KBi
#4
Incorrecto
0.015 s 3 KBi
#5
Incorrecto
0.014 s 3 KBi
#6
Incorrecto
0.017 s 3 KBi
#7
Incorrecto
0.013 s 3 KBi
#8
Incorrecto
0.014 s 3 KBi
#9
Incorrecto
0.018 s 3 KBi
#10
Incorrecto
0.017 s 3 KBi
#11
Incorrecto
0.018 s 3 KBi
#12
Incorrecto
0.013 s 3 KBi
#13
Incorrecto
0.017 s 3 KBi
#14
Incorrecto
0.014 s 3 KBi
#15
Incorrecto
0.023 s 3 KBi
#16
Incorrecto
0.017 s 3 KBi
#17
Incorrecto
0.014 s 3 KBi
#18
Incorrecto
0.013 s 3 KBi
#19
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.08 s 125 KBi
#20
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.105 s 125 KBi
#21
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.082 s 125 KBi
#22
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.087 s 125 KBi
#23
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.089 s 125 KBi
#24
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.085 s 125 KBi
#25
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.092 s 125 KBi
#26
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.104 s 125 KBi
#27
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.078 s 125 KBi
#28
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.077 s 125 KBi
#29
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.086 s 125 KBi
#30
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.081 s 125 KBi
#31
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.092 s 125 KBi
#32
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.089 s 125 KBi
#33
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.08 s 125 KBi
#34
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.083 s 125 KBi
#35
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.081 s 125 KBi
#36
Error en tiempo de ejecución (NZEC)
Exited with error status 137
run: line 1:     3 Killed                  /usr/local/python-3.8.1/bin/python3 script.py
0.098 s 125 KBi
Puntos totales: 0 / 100

Código

arreglo = input().split()
print(arreglo)
arreglo = list(map(int,arreglo))
print(arreglo)
N = arreglo[0] #numero casillas arreglo
X = arreglo[1] #punto inicial
Y = arreglo[2] #punto final

circulo = list(range(0,N))

delta = abs(Y - X)
print(min(delta, N - delta))