4 lines
75 B
Plaintext

int script_5035(int arg0) {
return bitAnd(divide(arg0, pow(2, 6)), 15);
}