#include #include #include #include #include using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int n ; cin>>n ; vector< long int> arr(n) ; for(int i=0;i>height ; arr[i] = height ; } long int tallest=0; int count=0; tallest= arr[0] ; for(int i=0;itallest) tallest=arr[i] ; } for(int i=0;i