eolymp
bolt
Try our new interface for solving problems
Məsələlər

Əvvəlkindən Böyük

dərc olunub 07.03.24 08:28:18

n = int(input()) lst = list(map(int, input().split())) for i in range(1,n): if lst[i] > lst[i-1]: print(lst[i], end = " ")