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

Envío 3344

Problema 0x9d - ¿Está ordenado?

  • Autor: juanan150
  • Fecha: 2021-03-12 02:31:42 UTC (Hace alrededor de 3 años)
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>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.023 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>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.027 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>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.029 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>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.03 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>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.032 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 2, in <module>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.026 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 2, in <module>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.06 s 7 KBi
#8
Error en tiempo de ejecución (NZEC)
Exited with error status 1
Traceback (most recent call last):
  File "script.py", line 2, in <module>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.043 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 2, in <module>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.023 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 2, in <module>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.043 s 3 KBi
#11
Error en tiempo de ejecución (NZEC)
Exited with error status 1
Traceback (most recent call last):
  File "script.py", line 2, in <module>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.024 s 3 KBi
#12
Error en tiempo de ejecución (NZEC)
Exited with error status 1
Traceback (most recent call last):
  File "script.py", line 2, in <module>
    N = sys.stdin[0]
TypeError: '_io.TextIOWrapper' object is not subscriptable
0.022 s 3 KBi
Puntos totales: 0 / 100

Código

import sys
N = sys.stdin[0]
list = sys.stdin[1].split()