#include using namespace std; void print(int a[],int n){ for(int i=0;i>n; int a[n]; for(int i=0;i>a[i]; } cout<