{"code":"24tht255a1","name":"Tách lẻ","description":"Cho một số tự nhiên $N$. \r\n\r\nHỏi có thể tách $N$ thành tổng của hai số tự nhiên lẻ khác nhau được không?\r\n\r\n#### Input\r\n\r\n- Gồm một dòng chứa một số tự nhiên $N$ $(1 \\leq N \\leq 100)$.\r\n\r\n#### Output\r\n\r\n- Nếu có thể tách được $N$ theo yêu cầu đề bài thì in ra `1`, ngược lại thì in ra `0`.\r\n\r\n#### Example\r\n\r\n!!! question \"Test 1\"\r\n    ???+ \"Input\"\r\n        ```sample\r\n        6\r\n        ```\r\n    ???+ success \"Output\"\r\n        ```sample\r\n        1\r\n        ```\r\n    ??? warning \"Note\"\r\n        Có thể tách thành $6 = 5 + 1$.\r\n\r\n!!! question \"Test 2\"\r\n    ???+ \"Input\"\r\n        ```sample\r\n        7\r\n        ```\r\n    ???+ success \"Output\"\r\n        ```sample\r\n        0\r\n        ```\r\n    ??? warning \"Note\"\r\n        Không tách được.","points":800.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}}