1./** * k-bingo数:如果n是k的倍数 或者 n的子串中有k * 则称n是k-bingo数 * 求l-r之间的k-bingo数 * input: * 3 4 14 * output: * 6 9 12 13 */