sbool divides(long a, long b) { ret b != 0 && (a % b) == 0; }