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