#include<stdio.h>
main()
{
int num;
if (num<0) {
printf("The number is negative"); }
else {
printf("The number is positive"); }
}
I2luY2x1ZGU8c3RkaW8uaD4KCm1haW4oKQp7CiBpbnQgbnVtOwogcHJpbnRmKCJFbnRlciB0aGUgbnVtYmVyIik7IAogc2NhbmYoIiVkIiwgJm51bSk7CgogaWYgKG51bTwwKSB7CiAgIHByaW50ZigiVGhlIG51bWJlciBpcyBuZWdhdGl2ZSIpOwogfQogZWxzZSB7CiAgIHByaW50ZigiVGhlIG51bWJlciBpcyBwb3NpdGl2ZSIpOwogfQoKfQ==