4 lines
75 B
Plaintext

int script_5032(int arg0) {
return bitAnd(divide(arg0, pow(2, 8)), 15);
}