int
main
(
)
{
int
k
=
4
;
int
f
=
factorial
(
k
)
;
cout
<
<
f
<
<
endl
;
return
0
;
}