#include<stdio.h>
int main()
{
    int(n =10);
    if(n<=0);
    if("n is negative");
    printf("Invalid input");
    
}