#include using namespace std; #define LL long long int main() { LL S; cin >> S; cout << 1 << endl; return 0; }