#include typedef long long ll; int main() { ll a, b, n; scanf("%lld %lld %lld", &a, &b, &n); ll arr[n], t=(b-a+1)/n; for (int i=0; i