#include<stdio.h>
int main();
int a=(5);
if(5<0)
{
    print("Invalid input");
    else{
      print("%d","a");  
    }
    
}