#include <iostream>
using namespace std;

int main ()
{
    cout << 1;
    //system ("pause");
    return 0;
}
