#!/bin/python3 import sys n = int(input().strip()) m = list(map(int, input().strip().split(' '))) # your code goes here a=False for i in range(len(m)-1): if m[i]