{"id":329,"date":"2018-11-04T21:50:13","date_gmt":"2018-11-04T13:50:13","guid":{"rendered":"http:\/\/SmokeyDays.top\/wordpress\/?p=329"},"modified":"2018-11-04T21:50:13","modified_gmt":"2018-11-04T13:50:13","slug":"lp1563-noip2016-%e7%8e%a9%e5%85%b7%e8%b0%9c%e9%a2%98","status":"publish","type":"post","link":"http:\/\/SmokeyDays.top\/wordpress\/2018\/11\/04\/lp1563-noip2016-%e7%8e%a9%e5%85%b7%e8%b0%9c%e9%a2%98\/","title":{"rendered":"lp1563 NOIP2016 \u73a9\u5177\u8c1c\u9898"},"content":{"rendered":"<p>\u4e00\u9053\u7b80\u5355\u7684\u5927\u529b\u6a21\u62df\u9898\u3002<\/p>\n<pre class=\"pure-highlightjs\"><code class=\"cpp\">#include&lt;iostream&gt;\r\n#include&lt;cstdio&gt;\r\nusing namespace std;\r\n\r\nchar ch[100005][15];\r\nint typ[100005];\r\nint n,m;\r\nvoid init(){\r\n    scanf(\"%d%d\",&amp;n, &amp;m);\r\n    for(int i=1;i&lt;=n;++i){\r\n        scanf(\"%d\",&amp;typ[i]);\r\n        cin&gt;&gt;ch[i];\r\n    }\r\n    int x,v,p=1;\r\n    for(int i=1;i&lt;=m;++i){\r\n        scanf(\"%d%d\",&amp;x,&amp;v);\r\n        x^=typ[p];\r\n        if(x){\r\n            p+=v;\r\n            p=(p-1)%n+1;\r\n        }else{\r\n            p-=v;\r\n            p=(p+n-1)%n+1;\r\n        }\r\n    }\r\n    puts(ch[p]);\r\n}\r\nint main(){\r\n    init();\r\n    return 0;\r\n}<\/code><\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u9053\u7b80\u5355\u7684\u5927\u529b\u6a21\u62df\u9898\u3002 #include&lt;iostream&gt; #include&lt;cstdio &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/SmokeyDays.top\/wordpress\/2018\/11\/04\/lp1563-noip2016-%e7%8e%a9%e5%85%b7%e8%b0%9c%e9%a2%98\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201clp1563 NOIP2016 \u73a9\u5177\u8c1c\u9898\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[10,25,8,6,5],"tags":[],"_links":{"self":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/329"}],"collection":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/comments?post=329"}],"version-history":[{"count":1,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/329\/revisions"}],"predecessor-version":[{"id":331,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/329\/revisions\/331"}],"wp:attachment":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/media?parent=329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/categories?post=329"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/tags?post=329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}