#include #include using namespace std; int main() { int n; // 標準入力から、空白や改行で区切られた整数と文字列を読み込む。 cin >> n; cout << 1 << endl; return 0; }