题目描述You are given a permutation p of length n . Remove one element from permutation to make the number of records the maximum possible. We remind that in a sequence of numbers the element is a record if for every integer j ( 1<=j<=i ) the following holds: aj<=ai . 输入格式The first line con...