#include int64_t int64_unequal_mask(int64_t x,int64_t y) { if (x != y) return -1; return 0; }