{"code":"sinhnp","name":"Sinh nhị phân","description":"Sinh xâu nhị phân độ dài $n$.\r\n\r\n**Yêu cầu:** Cho $n$ hẫy in tất cả các xâu nhị phân theo thứ tự từ điển.\r\n\r\n#### Input\r\n- Số nguyên dương $n (n \\leq 12)$.\r\n\r\n#### Output \r\n- Tất cả các xâu nhị phân theo thứ tự từ điển.\r\n\r\n#### Example\r\n!!! question \"Test 1\"\r\n    ???+ \"Input\"\r\n        ```sample\r\n        3 \r\n        ```\r\n    ???+ success \"Output\"\r\n        ```sample\r\n        000\r\n        001\r\n        010\r\n        011\r\n        100\r\n        101\r\n        110\r\n        111\r\n        ```","points":100.0,"partial":true,"time_limit":1.0,"memory_limit":1000000,"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}}