Problem1601--C Programming Practicals 5-4

1601: C Programming Practicals 5-4

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 262  Solved: 182
[Submit] [Status] [Web Board] [Creator:]

Description

Write a C program to find the sum of the series 1! + 2! + 3! + 4! + 5! using the function.

Input

无需输入

Output

The sum of 1!+2!+3!+4!+5! is: The sum of this series is : 153

Sample Output Copy

The sum of 1!+2!+3!+4!+5! is:
The sum of this series is : 153

Source/Category

129