{"id":78,"date":"2024-04-26T00:06:34","date_gmt":"2024-04-25T16:06:34","guid":{"rendered":"https:\/\/seanxd.com\/?p=78"},"modified":"2024-06-18T16:15:38","modified_gmt":"2024-06-18T08:15:38","slug":"zerojudge-a244","status":"publish","type":"post","link":"https:\/\/seanxd.com\/zh\/zerojudge-a244\/","title":{"rendered":"ZeroJudge A244: \u65b0\u624b\u8a13\u7df4 ~ for + if"},"content":{"rendered":"\n\n\n<p>\u5167\u5bb9\u5c31\u662f~~~~&nbsp;<\/p>\n\n\n\n<p>\u5e0c\u671b\u5b78\u5230for\u8ff4\u5708\u548c\u525b\u958b\u59cbcoding\u7684\u5b78\u5f1f\u597d\u597d\u52a0\u6cb9!!!!&nbsp;<\/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>\u7b2c\u4e00\u884c\u6709\u4e00\u500b\u6b63\u6574\u6578N\uff0c\u4ee3\u8868\u63a5\u4e0b\u4f86\u6709N\u884c\u6bcf\u884c\u6709\u4e09\u500b\u6b63\u6574\u6578 a , b , c ( 1 &lt;= b , c &lt;= 2147483647 )\uff0c( 1 &lt;= a &lt;= 4 )\u3002<\/td><td>\u5982\u679c a = 1 \u8acb\u8f38\u51fa b+c<br>\u5982\u679c a = 2 \u8acb\u8f38\u51fa b-c<br>\u5982\u679c a = 3 \u8acb\u8f38\u51fa b*c<br>\u5982\u679c a = 4 \u8acb\u8f38\u51fa b\/c<br>\u7d50\u679c\u8acb\u7528\u6574\u6578\u8f38\u51fa<\/td><\/tr><tr><td>4<br>1  2  3<br>2  2  3<br>3  2  3<br>4  2  3<\/td><td>5<br>-1<br>6<br>0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u89e3\u984c\u601d\u8def<\/h2>\n\n\n\n<p>\u672c\u984c\u9700\u4f7f\u7528<strong>long long int<\/strong>\u907f\u514d\u8d85\u51faint\u8a08\u7b97\u7bc4\u570d\u3002\u4f7f\u7528if\u5224\u65b7\u5f0f\u4f86\u5224\u65b7\u8981\u4f7f\u7528\u52a0\u6e1b\u4e58\u9664\u54ea\u4e00\u500b\u4f86\u9032\u884c\u8f38\u51fa\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u7bc4\u4f8b\u7a0b\u5f0f\u78bc\uff0d<a href=\"https:\/\/zerojudge.tw\/ShowProblem?problemid=a244\" target=\"_blank\" rel=\"noreferrer noopener\">ZeroJudge A244: \u65b0\u624b\u8a13\u7df4 ~ for + if<\/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      long long int a, b, c;\n      cin &gt;&gt; a &gt;&gt; b &gt;&gt; c;\n      if (a == 1) cout &lt;&lt; b+c &lt;&lt; endl;\n      else if (a == 2) cout &lt;&lt; b-c &lt;&lt; endl;\n      else if (a == 3) cout &lt;&lt; b*c &lt;&lt; endl;\n      else if (a == 4) cout &lt;&lt; b\/c &lt;&lt; endl;\n    }\n}\n\n\/\/ZeroJudge A244\n\/\/Dr. SeanXD<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u5167\u5bb9\u5c31\u662f~~~~&nbsp; \u5e0c\u671b\u5b78\u5230for\u8ff4\u5708\u548c\u525b\u958b\u59cbcoding\u7684\u5b78\u5f1f\u597d\u597d\u52a0\u6cb9!!!!&nbsp; \u7bc4\u4f8b\u6e2c [&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":[15,8,13,9],"class_list":["post-78","post","type-post","status-publish","format-standard","hentry","category-6","tag-long-long-int","tag-8","tag-13","tag-9"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/comments?post=78"}],"version-history":[{"count":6,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts\/78\/revisions"}],"predecessor-version":[{"id":1330,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/posts\/78\/revisions\/1330"}],"wp:attachment":[{"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/media?parent=78"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/categories?post=78"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seanxd.com\/zh\/wp-json\/wp\/v2\/tags?post=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}