#include<stdio.h>
int main(){
    int n;
    if(n<=0){
        printf("Invalid Input");
        
    }
    else{
        printf("the factorial of the number":120);
        return 0;
    }
}