#include<iostream>
using namespace.std;
int main()
{
    cout<<"enter the array";
    ci>>arr;
    cout<<" "<<arr;
    return 0;
    
}