#include <stdio.h>
void foo(unsigned long value)
{
printf("%x\n", value);
}
int main()
{
foo('DELB');
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+Cgp2b2lkIGZvbyh1bnNpZ25lZCBsb25nIHZhbHVlKQp7CiAgICBwcmludGYoIiV4XG4iLCB2YWx1ZSk7Cn0KCmludCBtYWluKCkKewogICAgZm9vKCdERUxCJyk7CiAgICByZXR1cm4gMDsKfQo=