#include <fstream>
#include <algorithm>

using namespace std;

int n;

int main()
{
    scanf("%d",&n);
    printf("1\n%d",n);
}