#include<stdio.h> void main() { int s=1,i; for(i=1;i<=10;i++) s=s*i; printf("%d\n",s); }
#include<stdio.h> void main() { printf("%d\n",3628800); }