{"trustable":true,"sections":[{"title":"","value":{"format":"MD","content":"\n如果一个整数的各位数字之和能被3整除,那么这个整数也能被3整除。例如,3702能被3整除,而12(3+7+0+2)也能被3整除。这个性质也适用于整数9。\n\n在这个问题中,我们将研究其他整数是否也具有这个性质。\n"}},{"title":"输入","value":{"format":"MD","content":"输入以一个整数**T(\u0026le; 200)**开头,表示测试用例的数量。\n\n每个测试用例包含三个正整数**A,B**和**K(1 \u0026le; A \u0026le; B \u0026lt; 2\u003csup\u003e31\u003c/sup\u003e and 0 \u0026lt; K \u0026lt; 10000)**。"}},{"title":"输出","value":{"format":"MD","content":"对于每个测试用例,输出测试用例编号以及在范围**[A, B]**内能被**K**整除且各位数字之和也能被**K**整除的整数的数量。"}},{"title":"示例","value":{"format":"MD","content":"\u003ctable class\u003d\u0027vjudge_sample\u0027\u003e\n\u003cthead\u003e\n \u003ctr\u003e\n \u003cth\u003e输入\u003c/th\u003e\n \u003cth\u003e输出\u003c/th\u003e\n \u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd\u003e\u003cpre\u003e3\n1 20 1\n1 20 2\n1 1000 4\n\u003c/pre\u003e\u003c/td\u003e\n \u003ctd\u003e\u003cpre\u003eCase 1: 20\nCase 2: 5\nCase 3: 64\n\u003c/pre\u003e\u003c/td\u003e\n \u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e"}}]}