#include<iostream>
using namespace std;
int main()
{
    cin<<"5 4 3 2 1";
}