4 lines
75 B
Plaintext

int script_5024(int arg0) {
return bitAnd(divide(arg0, pow(2, 8)), 63);
}