{"raw_statement":[{"iden":"problem statement","content":"Snuke loves working out. He is now exercising $N$ times.\nBefore he starts exercising, his _power_ is $1$. After he exercises for the $i$\\-th time, his power gets multiplied by $i$.\nFind Snuke's power after he exercises $N$ times. Since the answer can be extremely large, print the answer modulo $10^{9}+7$."},{"iden":"constraints","content":"*   $1 ≤ N ≤ 10^{5}$"},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"3"},{"iden":"sample output 1","content":"6\n\n*   After Snuke exercises for the first time, his power gets multiplied by $1$ and becomes $1$.\n*   After Snuke exercises for the second time, his power gets multiplied by $2$ and becomes $2$.\n*   After Snuke exercises for the third time, his power gets multiplied by $3$ and becomes $6$."},{"iden":"sample input 2","content":"10"},{"iden":"sample output 2","content":"3628800"},{"iden":"sample input 3","content":"100000"},{"iden":"sample output 3","content":"457992974\n\nPrint the answer modulo $10^{9}+7$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}