int main() {
int num;
printf ("Enter the number %d\n");
if (num < 0){
printf ("The number is negative \n"); }
else{
printf ("The number is positive \n"); }
}
aW50IG1haW4oKSB7CiBpbnQgbnVtOwogcHJpbnRmICgiRW50ZXIgdGhlIG51bWJlciAlZFxuIik7IAogc2NhbmYgKCIlZCIsICZudW0pOwoKIGlmIChudW0gPCAwKXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBuZWdhdGl2ZSBcbiIpOwogfQogZWxzZXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBwb3NpdGl2ZSBcbiIpOwogfQoKfQ==