{"code":"artofb","name":"Căn bậc B của A","description":"Cho hai số nguyên dương $A$ và $B$, tìm số nguyên dương $C$ sao cho $C^B=A$.\r\n\r\n<h4> Input </h4>\r\n\r\n- Gồm 1 dòng duy nhất chứa 2 số $A, B$.\r\n\r\n<h4> Output </h4>\r\n\r\n- In ra số $C$ cần tìm.\r\n\r\n<h4> Constraints </h4>\r\n\r\n- $C \\leq 10^5$, $B \\leq 3 \\times 10^4$.\r\n- $A$ có không quá $15 \\times 10^4$ chữ số.\r\n- Dữ liệu đầu vào đảm bảo luôn tìm được $C$ nguyên dương.\r\n\r\n\r\n<h4> Example </h4>\r\n\r\n!!! question \"Example test 1\"\r\n    ???+ note \"Sample input 1\"\r\n        ```\r\n        25921 2\r\n        ```\r\n    ???+ success \"Sample output 1\"\r\n        ```\r\n        161\r\n        ```\r\n!!! question \"Example test 2\"\r\n    ???+ note \"Sample input 2\"\r\n        ```\r\n        353393243 3\r\n        ```\r\n    ???+ success \"Sample output 2\"\r\n        ```\r\n        707\r\n        ```\r\n!!! question \"Example test 3\"\r\n    ???+ note \"Sample input 3\"\r\n        ```\r\n        254116810000 4\r\n        ```\r\n    ???+ success \"Sample output 3\"\r\n        ```\r\n        710\r\n        ```","points":1000.0,"partial":true,"time_limit":0.1,"memory_limit":8192,"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}}