#include<bits/stdc++.h>
using namespace
std
;
int
d
=
1
;
int
main
(){
cin
>>
d
;
cout
<<
"1"
;
return
0
;
}