#include using namespace std; int n, i; int main() { cin>>n; int fct=1; for(i=1; i<=n; i++) { fct*=i; } cout<