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