#include <stdio.h>
int main() {
int num;
printf ("Enter the number \n");
printf ("Your number is: %d \n", num
);
if (num < 0){
printf ("The number is negative \n"); }
if (num > 0){
printf ("The number is positive \n"); }
if (num == 0){
printf ("The number is zero \n"); }
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpIHsKIGludCBudW07CiBwcmludGYgKCJFbnRlciB0aGUgbnVtYmVyIFxuIik7IAogc2NhbmYgKCIlZCIsICZudW0pOwoKcHJpbnRmICgiWW91ciBudW1iZXIgaXM6ICVkIFxuIiwgbnVtKTsKCiBpZiAobnVtIDwgMCl7CiAgIHByaW50ZiAoIlRoZSBudW1iZXIgaXMgbmVnYXRpdmUgXG4iKTsKIH0KaWYgKG51bSA+IDApewogICBwcmludGYgKCJUaGUgbnVtYmVyIGlzIHBvc2l0aXZlIFxuIik7CiB9CmlmIChudW0gPT0gMCl7CiAgIHByaW50ZiAoIlRoZSBudW1iZXIgaXMgemVybyBcbiIpOwogfQpyZXR1cm4gMDsKfQo=