int
main(){
fac(
i);
i;
for
(i = 1; i <= 5; i++)
printf
(
"%d!=%d\n"
, i, fac(i));
return
0;
}
i){
static
sum = 1;
sum = sum * i;
sum;