#P5739. 【深基7.例7】计算阶乘
【深基7.例7】计算阶乘
Problem Description
Find , that is, .
Challenge: Try to complete this task without using loop statements (for, while).
Input Format
The first line contains a positive integer .
Output Format
Output a positive integer, representing .
3
6
Hint
Constraints: It is guaranteed that .
Translated by ChatGPT 5