{"problem":{"name":"Small and Large Integers","description":{"content":"Print all the integers that satisfies the following in ascending order: *   Among the integers between $A$ and $B$ (inclusive), it is either within the $K$ smallest integers or within the $K$ largest","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc093_b"},"statements":[{"statement_type":"Markdown","content":"Print all the integers that satisfies the following in ascending order:\n\n*   Among the integers between $A$ and $B$ (inclusive), it is either within the $K$ smallest integers or within the $K$ largest integers.\n\n## Constraints\n\n*   $1 \\leq A \\leq B \\leq 10^9$\n*   $1 \\leq K \\leq 100$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $K$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc093_b","tags":[],"sample_group":[["3 8 2","3\n4\n7\n8\n\n*   $3$ is the first smallest integer among the integers between $3$ and $8$.\n*   $4$ is the second smallest integer among the integers between $3$ and $8$.\n*   $7$ is the second largest integer among the integers between $3$ and $8$.\n*   $8$ is the first largest integer among the integers between $3$ and $8$."],["4 8 3","4\n5\n6\n7\n8"],["2 9 100","2\n3\n4\n5\n6\n7\n8\n9"]],"created_at":"2026-03-03 11:01:14"}}