#include int32_t int32_shrmod(int32_t x,int32_t y) { return x >> (y & 31); }