{"id":1400,"date":"2026-05-11T15:44:56","date_gmt":"2026-05-11T07:44:56","guid":{"rendered":"http:\/\/wordpress.fangt.online\/?p=1400"},"modified":"2026-05-11T15:44:56","modified_gmt":"2026-05-11T07:44:56","slug":"gesp2503%e4%ba%8c%e7%ba%a7-%e6%97%b6%e9%97%b4%e8%b7%a8%e8%b6%8a","status":"publish","type":"post","link":"http:\/\/wordpress.fangt.online\/index.php\/2026\/05\/11\/gesp2503%e4%ba%8c%e7%ba%a7-%e6%97%b6%e9%97%b4%e8%b7%a8%e8%b6%8a\/","title":{"rendered":"[GESP2503\u4e8c\u7ea7] \u65f6\u95f4\u8de8\u8d8a"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#include &lt;bits\/stdc++.h>\nusing namespace std;\nint main(){\n    int y,m,d,h,k;\n    cin>>y>>m>>d>>h>>k;\n    h+=k;\n    if(h>23){\n        d++;\n        h-=24;\n    }\n    if(m==2){\n        if(y%400==0||y%100!=0&amp;&amp;y%4==0){\n            if(d==30){\n                m++;\n                d=1;\n            }\n        }\n        else if(d==29){\n            m++;\n            d=1;\n        }\n    }\n    else if(m==4||m==6||m==9||m==11){\n        if(d==31){\n            m++;\n            d=1;\n        }\n    }\n    else{\n        if(d==32){\n            m++;\n            d=1;\n        }\n    }\n    if(m==13){\n        y++;\n        m=1;\n    }\n    cout&lt;&lt;y&lt;&lt;\" \"&lt;&lt;m&lt;&lt;\" \"&lt;&lt;d&lt;&lt;\" \"&lt;&lt;h;\n    return 0;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[],"class_list":["post-1400","post","type-post","status-publish","format-standard","hentry","category-st"],"_links":{"self":[{"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/posts\/1400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/comments?post=1400"}],"version-history":[{"count":1,"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/posts\/1400\/revisions"}],"predecessor-version":[{"id":1401,"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/posts\/1400\/revisions\/1401"}],"wp:attachment":[{"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/media?parent=1400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/categories?post=1400"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wordpress.fangt.online\/index.php\/wp-json\/wp\/v2\/tags?post=1400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}