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