{"id":844,"date":"2024-11-13T20:13:26","date_gmt":"2024-11-13T12:13:26","guid":{"rendered":"http:\/\/www.xxszxw.net\/?p=844"},"modified":"2025-06-22T19:44:03","modified_gmt":"2025-06-22T11:44:03","slug":"python%e6%8a%80%e5%b7%a7-%e5%88%a4%e6%96%ad%e8%b4%a8%e6%95%b0%ef%bc%88%e7%b4%a0%e6%95%b0%ef%bc%89","status":"publish","type":"post","link":"http:\/\/www.xxszxw.net\/?p=844","title":{"rendered":"python\u6280\u5de7\u2014\u2014\u5224\u65ad\u8d28\u6570\uff08\u7d20\u6570\uff09"},"content":{"rendered":"\r\n<p>\u666e\u901a\u65b9\u6cd5\u4e00\uff08\u6570\u56e0\u6570\u4e2a\u6570\uff09\uff1a<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>x=int(input())\r\ns=0\r\nfor i in range(1,x+1):\r\n    if x%i==0:\r\n        s=s+1\r\nif s==2:\r\n    print(\"yes\")\r\nelse:\r\n    print(\"no\")<\/code><\/pre>\r\n\r\n\r\n\r\n<p>\u666e\u901a\u65b9\u6cd5\u4e8c\uff08\u627e\u96641\u548c\u672c\u8eab\u4ee5\u5916\u7684\u56e0\u6570\uff09\uff1a<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>x=int(input())\r\n#0\u548c1\u8981\u9884\u5904\u7406\r\nif x&lt;=1:\r\n    print(\"no\")\r\n    exit()\r\n    \r\nfor i in range(2,x):\r\n    if x%i==0:\r\n        print(\"no\")\r\n        exit()\r\nelse:\r\n    print(\"yes\")<\/code><\/pre>\r\n\r\n\r\n\r\n<p>\u666e\u901a\u65b9\u6cd5\u4e8c\uff08\u627e\u96641\u548c\u672c\u8eab\u4ee5\u5916\u7684\u56e0\u6570\u2014\u2014\u4f18\u5316\u5faa\u73af\u6b21\u6570\u540e\uff09\uff1a<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>x=int(input())\r\n#0\u548c1\u8981\u9884\u5904\u7406\r\nif x&lt;=1:\r\n    print(\"no\")\r\n    exit()\r\n    \r\nfor i in range(2,<mark class=\"has-inline-color has-vivid-red-color\" style=\"background-color: rgba(0, 0, 0, 0);\">int(x**0.5)+1<\/mark>):\r\n    if x%i==0:\r\n        print(\"no\")\r\n        exit()\r\nelse:\r\n    print(\"yes\")<\/code><\/pre>\r\n\r\n\r\n\r\n<p>\u5224\u65ad\u8d28\u6570\uff08\u7d20\u6570\uff09\u7684\u51fd\u6570<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>def zs(x):\r\n    #0\u548c1\u8981\u9884\u5904\u7406\r\n    if x&lt;=1:\r\n        return False\r\n    for i in range(2,int(x**0.5)+1):\r\n        if x%i==0:\r\n            return False\r\n    else:\r\n        return True\r\n\r\nprint(zs(0))\r\nprint(zs(1))\r\nprint(zs(2))\r\nprint(zs(3))\r\nprint(zs(4))\r\nprint(zs(5))\r\nprint(zs(6))\r\n<\/code><\/pre>\r\n","protected":false},"excerpt":{"rendered":"<p>\u666e\u901a\u65b9\u6cd5\u4e00\uff08\u6570\u56e0\u6570\u4e2a\u6570\uff09\uff1a \u666e\u901a\u65b9\u6cd5\u4e8c\uff08\u627e\u96641\u548c\u672c\u8eab\u4ee5\u5916\u7684\u56e0\u6570\uff09\uff1a \u666e\u901a\u65b9\u6cd5\u4e8c\uff08\u627e\u96641\u548c\u672c\u8eab\u4ee5\u5916\u7684\u56e0\u6570\u2014\u2014\u4f18\u5316\u5faa\u73af\u6b21\u6570\u540e\uff09\uff1a \u5224\u65ad\u8d28\u6570\uff08\u7d20\u6570\uff09\u7684\u51fd\u6570<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-844","post","type-post","status-publish","format-standard","hentry","category-dnjs"],"views":873,"_links":{"self":[{"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/posts\/844"}],"collection":[{"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=844"}],"version-history":[{"count":2,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/posts\/844\/revisions"}],"predecessor-version":[{"id":846,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/posts\/844\/revisions\/846"}],"wp:attachment":[{"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=844"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=844"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}