{"code":"cses1633","name":"CSES - Dice Combinations | Kết hợp xúc xắc","description":"Nhiệm vụ của bạn là đếm số cách tạo ra tổng $n$ bằng cách gieo xúc xắc một hoặc nhiều lần. Mỗi lần gieo cho ra số từ $1$ đến $6$.\r\n\r\nVÍ dụ, nếu $n = 3$, có $4$ cách:\r\n\r\n- $1 + 1 + 1$\r\n- $1 + 2$\r\n- $2 + 1$\r\n- $3$\r\n \r\n## Input\r\n\r\n- Dòng đầu vào duy nhất có số nguyên $n$.\r\n\r\n## Output\r\n\r\n- In số cách chia lấy dư cho $10^9 + 7$.\r\n \r\n## Constraints\r\n \r\n- $1 \\leq n \\leq 10^6$\r\n\r\n## Example\r\n \r\n**Sample input**\r\n```\r\n3\r\n```\r\n**Sample output**\r\n```\r\n4\r\n```","points":1100.0,"partial":true,"time_limit":1.0,"memory_limit":524288,"short_circuit":false,"allowed_languages":[3,4,34,36,37,5,6,11,12,14,28,2,38,39,9,18,17,29,23,27,35,25,26,10,7,19,32,1,8,15,16,24,20,33,13,41,21,40],"is_public":true,"is_manually_managed":false,"permissions":{"can_edit":false}}