2295: Question 3: Help ZhouZhenTao

内存限制:32 MB 时间限制:1 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:5 通过:4

题目描述

One day, ZhouZhenTao and XiangRunYe were playing games. Xiang said to Zhou: I literally said a number N, if you can calculate the factorial of N in 1 seconds, I will just admire you in ZUFE from now on! Now Zhou wants to totally defeat Xiang, but he can’t calculate the answer soon, so please to help him solve the problem.

输入格式

Have multiple sets of test data, input an integer N in each test data.

输出格式

For each set of test data, output an integer, means the factorial of N.

输入样例 复制

3
4

输出样例 复制

6
24

数据范围与提示

Proposition:ZUFE_ZZT Translator:Angie