{"id":65,"date":"2024-04-25T23:14:30","date_gmt":"2024-04-25T15:14:30","guid":{"rendered":"https:\/\/seanxd.com\/?p=65"},"modified":"2024-06-17T17:05:20","modified_gmt":"2024-06-17T09:05:20","slug":"zerojudge-a149","status":"publish","type":"post","link":"https:\/\/seanxd.com\/en\/zerojudge-a149\/","title":{"rendered":"ZeroJudge A149: Multiplied"},"content":{"rendered":"\n\n\n<p>\u4f60\u62ff\u5230\u4e00\u500b\u6574\u6578\uff0c\u537b\u5fcd\u4e0d\u4f4f\u60f3\u628a\u6bcf\u500b\u4f4d\u6578\u90fd\u4e58\u5728\u4e00\u8d77\u3002\u4f8b\u5982\u770b\u5230 356 \u5c31\u6703\u60f3\u8981\u77e5\u9053 3 \uff0a 5 \uff0a 6 \u7684\u503c\u70ba\u4f55\u3002\u5feb\u5beb\u500b\u7a0b\u5f0f\u5e6b\u5e6b\u70ba\u4e86\u4e58\u6578\u5b57\u800c\u5feb\u767c\u760b\u7684\u81ea\u5df1\u5427\uff01<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u7bc4\u4f8b\u6e2c\u8cc7<\/h2>\n\n\n\n<figure class=\"wp-block-table nfd-wb-animate nfd-wb-fade-in-bottom-short\"><table class=\"has-fixed-layout\"><thead><tr><th>\u7bc4\u4f8b\u8f38\u5165<\/th><th>\u7bc4\u4f8b\u8f38\u51fa<\/th><\/tr><\/thead><tbody><tr><td>\u4e00\u958b\u59cb\u6709\u4e00\u500b\u6578\u5b57 T\uff0c\u8868\u793a\u5171\u6709\u5e7e\u7d44\u6e2c\u8a66\u8cc7\u6599\u3002<br>\u63a5\u4e0b\u4f86\u6709 T \u500b\u6578\u5b57 n (0 &lt;= n &lt; 2147483648)\u3002<\/td><td>\u8f38\u51fa\u53ef\u4ee5\u62ef\u6551\u81ea\u5df1\u7684\u7d50\u679c\u3002<\/td><\/tr><tr><td>3<br>356<br>123<br>9999<\/td><td>90<br>6<br>6561<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u89e3\u984c\u601d\u8def<\/h2>\n\n\n\n<p>\u4f7f\u7528\u5b57\u4e32\u4f86\u6536\u6578\u5b57\uff0c\u7136\u5f8c\u4f7f\u7528For\u8ff4\u5708\u5c07\u6bcf\u4e00\u500b\u4f4d\u6578\u7684\u6578\u5b57\u4e58\u5728\u4e00\u8d77\u3002\u8981\u6ce8\u610f\u7684\u662f\u5b58\u7b54\u6848\u7684\u8b8a\u6578\u9810\u8a2d\u503c\u9700\u8a2d\u5b9a\u70ba1\u4e0d\u662f0\uff0c\u9019\u6a23\u624d\u4e0d\u6703\u4e00\u76f4\u4e58\u4ee50\u5c0e\u81f4\u6240\u6709\u7b54\u6848\u90fd\u662f0\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u7bc4\u4f8b\u7a0b\u5f0f\u78bc\uff0d<a href=\"https:\/\/zerojudge.tw\/ShowProblem?problemid=a149\" target=\"_blank\" rel=\"noreferrer noopener\">ZeroJudge A149: \u4e58\u4e58\u6a02<\/a><\/h3>\n\n\n\n<div class=\"hcb_wrap nfd-wb-animate nfd-wb-reveal-right\"><pre class=\"prism line-numbers lang-cpp\" data-lang=\"C++\"><code>#include &lt;iostream&gt;\nusing namespace std;\n\nint main() {\n    int N;\n    cin &gt;&gt; N;\n    for (int i = 0; i&lt;N; i++)\n    {\n        string str;\n        cin &gt;&gt; str;\n        int sum = 1;\n        for (int j = 0; j&lt;str.length(); j++)\n        {\n            sum *= int(str[j] - &#39;0&#39;);\n        }\n        cout &lt;&lt; sum &lt;&lt; endl;\n    }\n}\n\n\/\/Z.O.J. A149\n\/\/Dr. SeanXD<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u4f60\u62ff\u5230\u4e00\u500b\u6574\u6578\uff0c\u537b\u5fcd\u4e0d\u4f4f\u60f3\u628a\u6bcf\u500b\u4f4d\u6578\u90fd\u4e58\u5728\u4e00\u8d77\u3002\u4f8b\u5982\u770b\u5230 356 \u5c31\u6703\u60f3\u8981\u77e5\u9053 3 \uff0a 5 \uff0a 6 \u7684\u503c\u70ba\u4f55\u3002 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","footnotes":""},"categories":[6],"tags":[11,12,9],"class_list":["post-65","post","type-post","status-publish","format-standard","hentry","category-6","tag-11","tag-12","tag-9"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/posts\/65","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/comments?post=65"}],"version-history":[{"count":5,"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/posts\/65\/revisions"}],"predecessor-version":[{"id":940,"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/posts\/65\/revisions\/940"}],"wp:attachment":[{"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/media?parent=65"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/categories?post=65"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seanxd.com\/en\/wp-json\/wp\/v2\/tags?post=65"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}