{"code":"cppb1p212","name":"Cấp số","description":"Cho ba số nguyên $a, b, c$. Hãy cho biết $a, b, c$ lần lượt tạo thành một cấp số cộng hay là một cấp số nhân.\r\n\r\n#### Input\r\n\r\n - Gồm một dòng chứa ba số nguyên $a, b, c$ $(1 \\le a \\le b \\le c \\le 1000)$\r\n\r\n#### Output\r\n\r\n  - In ra một dòng 'cap so cong' nếu ba số tạo thành một cấp số cộng, hoặc 'cap so nhan' trong trường hợp còn lại.\r\n\r\n#### Example\r\n\r\n???+ question \"Test 1\"\r\n    ???+ \"Input\"\r\n        ```sample\r\n        2 4 6\r\n        ```\r\n        \r\n    ???+ success \"Output\"\r\n        ```sample\r\n        cap so cong\r\n        ```\r\n\r\n???+ question \"Test 2\"\r\n    ???+ \"Input\"\r\n        ```sample\r\n        2 4 8\r\n        ```\r\n        \r\n    ???+ success \"Output\"\r\n        ```sample\r\n        cap so nhan\r\n        ```","points":1.0,"partial":false,"time_limit":1.0,"memory_limit":1048576,"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}}