#include /* Enter your code here. Read input from STDIN. Print output to STDOUT */ #include #include #include #include using namespace std; int main() { int n,a[100],b[5],c=0,d=0,e=0,f=0,g=0; cin>>n; if(n>=5&&n<=200000) { for(int i=0;i>a[i]; } for(int j=1;j<=5;j++) { for(int i=0;i a[maxPosition]) //compare the current element with the known max maxPosition = j; } cout<