{"id":669,"date":"2019-06-09T09:17:17","date_gmt":"2019-06-09T01:17:17","guid":{"rendered":"http:\/\/fankasy.xyz\/?p=669"},"modified":"2019-09-25T09:19:19","modified_gmt":"2019-09-25T01:19:19","slug":"noj1055-%e5%8f%99%e6%8b%89%e5%8f%a4%e7%8c%9c%e6%83%b3","status":"publish","type":"post","link":"http:\/\/fankasy.xyz\/index.php\/2019\/06\/09\/noj1055-%e5%8f%99%e6%8b%89%e5%8f%a4%e7%8c%9c%e6%83%b3\/","title":{"rendered":"NOJ1055 \u53d9\u62c9\u53e4\u731c\u60f3"},"content":{"rendered":"<pre>#include&lt;stdio.h&gt;\r\nint main()\r\n{\r\n    int N;\r\n    scanf(\"%d\", &amp;N);\r\n    while (N-- &gt; 0)\r\n    {\r\n        int n;\r\n        int count = 0;\r\n        scanf(\"%d\", &amp;n);\r\n        if (n == 1)\r\n        {\r\n            printf(\"I win!\\n\");\r\n            continue;\r\n        }\r\n        else\r\n        {\r\n            while (n != 1)\r\n            {\r\n                if (n % 2)\r\n                {\r\n                    n = n * 3 + 1;\r\n                }\r\n                else\r\n                {\r\n                    n = n \/ 2;\r\n                }\r\n                count++;\r\n            }\r\n            if (count % 2)\r\n            {\r\n                printf(\"I win!\\n\");\r\n            }\r\n            else\r\n            {\r\n                printf(\"I lost!\\n\");\r\n            }\r\n        }\r\n    }\r\n\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>#include&lt;stdio.h&gt; int main() { int N; scanf(&#8220;%d&#8221;, [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"_links":{"self":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/669"}],"collection":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=669"}],"version-history":[{"count":0,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/669\/revisions"}],"wp:attachment":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=669"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}