#include<iostream>
using namespace std;

int main(){
    int n;
    cin>>n;
    
    for(i=5;i<5;i--){
        cout<<i;
    }