#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 temp; int cnt[n]; for(int i=0;i>temp; cnt[temp]++; } int max=0; int var; for(int j=0;jmax) { max=cnt[j]; var=j; } } cout<