return 1;return getResult(n-1)*n;} int main(){ int n;scanf("%d",&n);printf("%d!=%.0lf",n,getResult(n));}