{"id":419,"date":"2021-08-20T22:04:09","date_gmt":"2021-08-20T19:04:09","guid":{"rendered":"https:\/\/1.cbm.ua\/?p=419"},"modified":"2021-09-09T12:58:33","modified_gmt":"2021-09-09T09:58:33","slug":"%d0%b2%d1%8b%d0%b2%d0%be%d0%b4-%d1%81-%d1%87%d0%b8%d1%81%d0%bb%d0%b0-%d0%b2-2%d1%85-%d0%b1%d0%b8%d1%82%d0%bd%d0%be%d0%b9-%d1%81%d0%b8%d1%81%d1%82%d0%b5%d0%bc%d0%b5-%d0%b8%d1%81%d1%87%d0%b8%d1%81%d0%bb","status":"publish","type":"post","link":"https:\/\/1.cbm.ua\/?p=419","title":{"rendered":"\u0412\u044b\u0432\u043e\u0434 \u0447\u0438\u0441\u043b\u0430 \u0432 2\u0445 \u0431\u0438\u0442\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u0438\u0441\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f (Python)."},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">'''\n#Python\n# \u043f\u0440\u0438\u043c\u0435\u0440 \u043a\u0430\u043a \u0432\u044b\u0432\u0435\u0441\u0442\u0438 \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u044c \u0440\u0430\u0437\u043d\u044b\u043c\u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u0430\u043c\u0438 \u0447\u0438\u0441\u043b\u043e \u0432 \u0434\u0432\u0443\u0445 \u0431\u0438\u0442\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u0438\u0441\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f.\n'''\n\n\n#BD = ((1,1,1),(1,0,0))\n#KS = [[0,0]]\n\n#print(BD[0][0] &amp; BD[0][1])\n#print(BD[0][0] &amp; BD[0][1])\n\n\n#n1 = input(\"\u041f\u0435\u0440\u0432\u043e\u0435: \")\n#n2 = input(\"\u0412\u0442\u043e\u0440\u043e\u0435: \")\n#n1 = int(n1, 2)\n#n2 = int(n2, 2)\n\nn1 = 0b111\nn2 = 0b100\n\nbit_or = n1 | n2\nbit_and = n1 &amp; n2\nbit_xor = n1 ^ n2\n \n# 1 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0432\u044b\u0432\u043e\u0434\u0430\nprint(\" OR: %s\" % bin(bit_or))\nprint(\"AND: %s\" % bin(bit_and))\nprint(\"XOR: %s\" % bin(bit_xor), '\\n')\n\n# 2 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0432\u044b\u0432\u043e\u0434\u0430\nprint(' OR: {:#b}'.format(bit_or))\nprint('AND: {:#b}'.format(bit_and))\nprint('XOR: {:#b}'.format(bit_xor))\n\n# 3.1 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0432\u044b\u0432\u043e\u0434\u0430\nprint(f' OR:  {bin(bit_or)}')\nprint(f'AND:  {bin(bit_and)}')\nprint(f'XOR:  {bin(bit_xor)}\\n')\n\n# 3.2 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0432\u044b\u0432\u043e\u0434\u0430\nprint(f' OR:  {(bit_or):#b}')\nprint(f'AND:  {(bit_and):#b}')\nprint(f'XOR:  {(bit_xor):#b}\\n')\n\n# 3.3 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0432\u044b\u0432\u043e\u0434\u0430\nprint(f' OR:  {(bit_or):b}')\nprint(f'AND:  {(bit_and):b}')\nprint(f'XOR:  {(bit_xor):b}\\n')\n<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:<\/h4>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code> OR: 0b111\nAND: 0b100\nXOR: 0b11 \n\n OR: 0b111\nAND: 0b100\nXOR: 0b11\n OR:  0b111\nAND:  0b100\nXOR:  0b11\n\n OR:  0b111\nAND:  0b100\nXOR:  0b11\n\n OR:  111\nAND:  100\nXOR:  11<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[2],"tags":[25],"class_list":["post-419","post","type-post","status-publish","format-standard","hentry","category-python","tag-help"],"_links":{"self":[{"href":"https:\/\/1.cbm.ua\/index.php?rest_route=\/wp\/v2\/posts\/419","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1.cbm.ua\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/1.cbm.ua\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/1.cbm.ua\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/1.cbm.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=419"}],"version-history":[{"count":5,"href":"https:\/\/1.cbm.ua\/index.php?rest_route=\/wp\/v2\/posts\/419\/revisions"}],"predecessor-version":[{"id":615,"href":"https:\/\/1.cbm.ua\/index.php?rest_route=\/wp\/v2\/posts\/419\/revisions\/615"}],"wp:attachment":[{"href":"https:\/\/1.cbm.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=419"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/1.cbm.ua\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=419"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/1.cbm.ua\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=419"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}