{"code":"seq11","name":"DIVISIBLE SEQUENCE","description":"Cho dãy gồm $n$ số nguyên dương và một số nguyên $K$. Bạn hãy giúp Tèo tìm ra đoạn con dài nhất gồm các phần tử liên tiếp sao cho tổng các phần tử này chia hết cho $K$.\r\n\r\n<h4>Input</h4>\r\n\r\n- Dòng $1$ là $N$ và $K$ $(1 \\le n, k \\le 10^5)$\r\n- Dòng thứ $2$ chứa dãy số $n$ phần tử $(0 \\le A_i \\le 10^9)$\r\n\r\n<h4>Output</h4>\r\n\r\n- Là độ dài lớn nhất tìm được.\r\n  \r\n<h4>Example</h4>\r\n\r\n!!! question \"Test 1\"\r\n\r\n    ???+ \"Input\"\r\n\r\n        ```sample\r\n        9 4\r\n        3 9 9 5 1 1 10 3 5\r\n        ```\r\n\r\n    ???+ success \"Output\"\r\n\r\n        ```sample\r\n        6\r\n        ```","points":200.0,"partial":true,"time_limit":1.0,"memory_limit":262144,"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}}