#include<iostream>
using namespace std;
int main()
{
int arr,n;

    arr1=[5 4 3 2 1]
    cout<<arr1;
}