Nội dung Bài tập
- Mã:
- Factorial
- Tên:
- Factorial
- Dạng thi:
- oi
- Thang điểm:
- 10 điểm
- Giới hạn thời gian:
- 1 giây
- Giới hạn bộ nhớ:
- 64 MB
- Được tạo bởi:
- admin
In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. Some examples of factorial:
n n!
2 2
3 6
4 24
5 120
6 720
As you can see, it gets big quickly. So, we only want to find the first non-zero digit from right to left of n! .
Input
The input contains one positive number n (0< n<10000)
Output
Output a single line the first non-zero digit of n! from right to left.
Sample input Sample output
3 6
5 2
26 4
Quảng cáo
n n!
2 2
3 6
4 24
5 120
6 720
As you can see, it gets big quickly. So, we only want to find the first non-zero digit from right to left of n! .
Input
The input contains one positive number n (0< n<10000)
Output
Output a single line the first non-zero digit of n! from right to left.
Sample input Sample output
3 6
5 2
26 4
Theme :
Mời bạn soạn code
Ai có thể xem bài này :
Thông tin
Phần thảo luận