#include <stdio.h>
int main() {
int num;
printf ("Enter the number \n");
if (num < 0){
printf ("The number is negative \n"); }
else{
printf ("The number is positive \n"); }
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpIHsKIGludCBudW07CiBwcmludGYgKCJFbnRlciB0aGUgbnVtYmVyIFxuIik7IAogc2NhbmYgKCIlZCIsICZudW0pOwoKIGlmIChudW0gPCAwKXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBuZWdhdGl2ZSBcbiIpOwogfQogZWxzZXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBwb3NpdGl2ZSBcbiIpOwogfQoKfQ==