{"code":"cppb1p235","name":"Ba điểm thẳng hàng","description":"Cho toạ độ $3$ điểm, xác định xem $3$ điểm đó có thẳng hàng không.\r\n\r\n#### Input\r\n - $6$ số nguyên $x_{1}, y_{1}, x_{2}, y_{2}, x_{3}, y_{3}$ ($-10^{4} \\le x, y \\le 10^{4}$).\r\n\r\n#### Output\r\n - In ra $Yes$ nếu $3$ điểm thẳng hàng, $No$ nếu ngược lại.\r\n\r\n#### Example\r\n???+ question \"Test 1\"\r\n    ???+ \"Input\"\r\n        ``` sample\r\n        1 1 2 2 3 3\r\n        ```\r\n    \r\n    ???+ success \"Output\"\r\n        ``` sample\r\n        Yes\r\n        ```\r\n        \r\n???+ question \"Test 2\"\r\n    ???+ \"Input\"\r\n        ``` sample\r\n        1 1 2 2 0 1\r\n        ```\r\n        \r\n    ???+ success \"Output\"\r\n        ``` sample\r\n        No\r\n        ```","points":10.0,"partial":false,"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}}