2018-03-18 0019: Factorial AOJ Hatebu Twitter Pocket 階乗 問題ページ 解き方 mathモジュールのfactorialを使う。 コード(python) import math print(math.factorial(int(input())))