{"problem":{"name":"Arithmetic Progression","description":{"content":"Print an arithmetic sequence with first term $A$, last term $B$, and common difference $D$. You are only given inputs for which such an arithmetic sequence exists.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc340_a"},"statements":[{"statement_type":"Markdown","content":"Print an arithmetic sequence with first term $A$, last term $B$, and common difference $D$.\nYou are only given inputs for which such an arithmetic sequence exists.\n\n## Constraints\n\n*   $1 \\leq A \\leq B \\leq 100$\n*   $1 \\leq D \\leq 100$\n*   There is an arithmetic sequence with first term $A$, last term $B$, and common difference $D$.\n*   All input values are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$A$ $B$ $D$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc340_a","tags":[],"sample_group":[["3 9 2","3 5 7 9\n\nThe arithmetic sequence with first term $3$, last term $9$, and common difference $2$ is $(3,5,7,9)$."],["10 10 1","10\n\nThe arithmetic sequence with first term $10$, last term $10$, and common difference $1$ is $(10)$."]],"created_at":"2026-03-03 11:01:14"}}