#include #include #include #include int main() { int n,i,max,count=0; int *a; scanf("%d",&n); a=(int*)calloc(n,sizeof(int)); for(i=0;i