#include #include using namespace std; int n; int main() { scanf("%d",&n); printf("1\n%d",n); }