{"id":852,"date":"2024-11-14T21:11:34","date_gmt":"2024-11-14T13:11:34","guid":{"rendered":"http:\/\/www.xxszxw.net\/?p=852"},"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%e5%ae%8c%e5%85%a8%e6%95%b0","status":"publish","type":"post","link":"http:\/\/www.xxszxw.net\/?p=852","title":{"rendered":"python\u6280\u5de7\u2014\u2014\u5224\u65ad\u5b8c\u5168\u6570"},"content":{"rendered":"\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">\u4e00\u4e2a\u6570\u7684\u9664\u672c\u8eab\u5916\u7684\u56e0\u6570\u7d2f\u52a0\u4e4b\u548c\u7b49\u4e8e\u5b83\u81ea\u5df1\uff0c\u8fd9\u4e2a\u6570\u5c31\u53eb\u5b8c\u5168\u6570<\/mark><\/strong><\/p>\n\n\n\n<p>\u59828\u9664\u672c\u8eab\u5916\u7684\u56e0\u6570\u6709\uff1a1 2 4\uff0c\u76f8\u52a0\u4e4b\u548c\u662f7\uff0c\u5c31\u4e0d\u662f\u5b8c\u5168\u6570<\/p>\n\n\n\n<p>\u59826\u9664\u672c\u8eab\u5916\u7684\u56e0\u6570\u6709\uff1a1 2 3\uff0c\u76f8\u52a0\u4e4b\u548c\u662f6\uff0c6\u662f\u4e00\u4e2a\u5b8c\u5168\u6570<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u5224\u65ad\u5b8c\u5168\u6570\u65b9\u6cd5\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>n=int(input())\ns=0\nfor i in range(1,n):\n    if n%i==0:\n        s=s+i\nif n==s:\n    print(\"yes\")\nelse:\n    print(\"no\")<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u5224\u65ad\u5b8c\u5168\u6570\u7684\u51fd\u6570\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def wqs(n):\n    s=0\n    for i in range(1,n):\n        if n%i==0:\n            s=s+i\n    if n==s:\n        return True\n    else:\n        return False\n    \nprint(wqs(5))\nprint(wqs(6))\nprint(wqs(27))\nprint(wqs(28))<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u4e2a\u6570\u7684\u9664\u672c\u8eab\u5916\u7684\u56e0\u6570\u7d2f\u52a0\u4e4b\u548c\u7b49\u4e8e\u5b83\u81ea\u5df1\uff0c\u8fd9\u4e2a\u6570\u5c31\u53eb\u5b8c\u5168\u6570 \u59828\u9664\u672c\u8eab\u5916\u7684\u56e0\u6570\u6709\uff1a1 2 4\uff0c\u76f8\u52a0\u4e4b\u548c\u662f7\uff0c\u5c31\u4e0d\u662f\u5b8c\u5168\u6570 \u59826\u9664\u672c\u8eab\u5916\u7684\u56e0\u6570\u6709\uff1a1 2 3\uff0c\u76f8\u52a0\u4e4b\u548c\u662f6\uff0c6\u662f\u4e00\u4e2a\u5b8c\u5168\u6570 \u5224\u65ad\u5b8c\u5168\u6570\u65b9\u6cd5&#8230; <a class=\"read-more\" href=\"http:\/\/www.xxszxw.net\/?p=852\"><\/a><\/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-852","post","type-post","status-publish","format-standard","hentry","category-dnjs"],"views":904,"_links":{"self":[{"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/posts\/852"}],"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=852"}],"version-history":[{"count":1,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/posts\/852\/revisions"}],"predecessor-version":[{"id":853,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=\/wp\/v2\/posts\/852\/revisions\/853"}],"wp:attachment":[{"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=852"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=852"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.xxszxw.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=852"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}