C language programming calculation 1! + 2! + 3! +... + n!

C language programming calculation 1! + 2! + 3! +... + n!


You write some by yourself. If you have any problems, I'll help you debug it. It's not difficult



Write three integers a, B and C in C language, input them by keyboard, and output the largest number and the smallest number


# include
int main (void)
{ int a,b,c,t;
Printf ("please enter three arbitrary integers): (n));
scanf("%d %d %d",&a,&b,&c);
if(a



C language programming: there are three integers ABC, input by the keyboard, output of which the largest number of my program where the wrong?
main()
{ int a,b,c
if(a


You try your code with braces
main()
{ int a,b,c;
if(a