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