#include<bits/stdc++.h>
using namespace
std
;
int
a
[
100001
];
int
main
()
{
int
n
;
cin
>>
n
;
cout
<<
'1'
;
}