#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; int heightArr[n]; int c=0; int lar=0; for(int i=0;i> heightArr[i]; if(heightArr[i] > lar) lar = heightArr[i]; } for(int i=0;i