#include <stdio.h>
int main()
{
int count = 1;
int a = 0;
int b = 0;
scanf("%d", &a);
for (b = 1; b <= a; b++)
{
count = b * count;
}
printf("%d", count);
return 0;
}
10-17
1588
1588
08-03
1万+
1万+
10-24
2986
2986
08-18
4万+
4万+

被折叠的 条评论
为什么被折叠?



