#include <stdio.h>
int main(void) {
int number;
printf("please enter number: ");
number
>0 ? printf("the %d is absolute",number
):-number
;
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgppbnQgbnVtYmVyOwpwcmludGYoInBsZWFzZSBlbnRlciBudW1iZXI6ICIpOwpzY2FuZigiJWQiLCZudW1iZXIpOwoKbnVtYmVyPjAgPyBwcmludGYoInRoZSAlZCBpcyBhYnNvbHV0ZSIsbnVtYmVyKTotbnVtYmVyOyAKCglyZXR1cm4gMDsKfQo=