Write a program which can compute the factorial of a given numbers. The results should be printed in a comma-separated sequence on a single line

前端 未结 0 1028
悲&欢浪女
悲&欢浪女 2020-12-22 22:49

Input Format

I/P: 2,3,4

Constraints

Comma-Seperated

Output Format

O/P: 2,6,24

相关标签:
回答
  • 消灭零回复
提交回复
热议问题