Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
95202 | 赵乘浩 | 找错误 | Python3 | Compile Error | 0 MS | 0 KB | 157 | 2024-10-27 10:04:58 |
a = int(input()) b = list(map(input().split())) i=0 s=0 while i < n-1: if b[i]>b[i+1]: del b[i+1] a=a-1 s=s+1 continue i=i+1 print(s)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 7)