from math import factorial
print(factorial(int(input())))
'백준 알고리즘 > 수학' 카테고리의 다른 글
백준 2407번 파이썬 (0) | 2018.09.28 |
---|---|
백준 1676번 파이썬 (0) | 2018.09.28 |
백준 11051번 파이썬 (0) | 2018.09.28 |
백준 11050번 파이썬 (0) | 2018.09.24 |
백준 1003번 파이썬 (0) | 2018.09.24 |
from math import factorial
백준 2407번 파이썬 (0) | 2018.09.28 |
---|---|
백준 1676번 파이썬 (0) | 2018.09.28 |
백준 11051번 파이썬 (0) | 2018.09.28 |
백준 11050번 파이썬 (0) | 2018.09.24 |
백준 1003번 파이썬 (0) | 2018.09.24 |