{"code":"ifforwhile03","name":"Thực hiện biểu thức 1","description":"Viết chương trình nhập vào ba số nguyên và thực hiện các biểu thức sau.\r\n\r\n#### Input\r\n\r\n- Một dòng duy nhất là ba số nguyên $a,b,c$\r\n\r\n#### Output\r\n\r\n-   Dòng 1: kết quả  $a+b/c− c\\%a$\r\n-   Dòng 2: kết quả  $−a+b$ $∗$ $c$\r\n-   Dòng 3: kết quả  $a/b/c$\r\n-   Dòng 4: kết quả  $a\\%b\\%c$\r\n\r\n(Phép $/$ là phép chia lấy thương, Phép $\\%$ là phép chia lấy dư)\r\n\r\n#### Constraints\r\n\r\n - $1 \\leq a,b,c \\leq 1000$\r\n\r\n#### Example\r\n\r\n!!! question \"Test 1\"\r\n    ???+ \"Input\"\r\n        ```sample\r\n        8 4 10 \r\n        ```\r\n    ???+ success \"Output\"\r\n        ```sample\r\n        6\r\n        32\r\n        0\r\n        0\r\n        ```","points":100.0,"partial":false,"time_limit":1.0,"memory_limit":655360,"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}}