#描述#
yaojian最近学了一个新的运算法则——阶乘,但他很懒,不想一步一步计算,所以他想让你来帮他编一个程序,能马上得到N的阶乘。
#格式#
##输入格式##
输入包含若干行数据,每行都有一个整数N(0<=N<=200)。
##输出格式##
与输入相对应每行输出N的阶乘。
#样例1#
##样例输入1##
2
4
##样例输出1##
2
24
#限制#
1000ms
32768KB
#提示#
#来源#
yaojian
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.