{"id":1973,"date":"2022-06-27T08:26:28","date_gmt":"2022-06-27T00:26:28","guid":{"rendered":"https:\/\/www.shuizilong.com\/house\/?p=1973"},"modified":"2022-06-29T01:29:24","modified_gmt":"2022-06-28T17:29:24","slug":"codeforces-global-round-21","status":"publish","type":"post","link":"https:\/\/www.shuizilong.com\/house\/archives\/codeforces-global-round-21\/","title":{"rendered":"Codeforces Global Round 21"},"content":{"rendered":"<h2>\u4f20\u9001\u95e8<\/h2>\n<ul>\n<li><a href=\"https:\/\/codeforces.com\/contest\/1696\">https:\/\/codeforces.com\/contest\/1696<\/a><\/li>\n<li><a href=\"https:\/\/zhuanlan.zhihu.com\/p\/533890061\">https:\/\/zhuanlan.zhihu.com\/p\/533890061<\/a><\/li>\n<\/ul>\n\n<h2>Problem D. Permutation Graph<\/h2>\n<p>\u7ed9\u5b9a\u4e00\u4e2a\u6392\u5217 A \uff0c\u6392\u5217\u7684\u6bcf\u4e2a\u4f4d\u7f6e\u5bf9\u5e94\u56fe\u4e2d\u7684\u4e00\u4e2a\u8282\u70b9\uff0c\u5982\u679c\u4e00\u6bb5\u533a\u95f4\u7684\u7aef\u70b9\u4e0a\u7684\u6570\u6070\u597d\u7b49\u4e8e\u8fd9\u4e2a\u533a\u95f4\u7684\u4e24\u7ec4\u6700\u503c\uff0c\u90a3\u4e48\u6211\u4eec\u5c31\u7ed9\u8fd9\u4e24\u4e2a\u7aef\u70b9\u4f4d\u7f6e\u4e4b\u95f4\u8fde\u4e00\u6761\u65e0\u5411\u8fb9\u3002<br \/>\n\u95ee\u4ece\u4f4d\u7f6e 1 \u51fa\u53d1\u5230\u4f4d\u7f6e n \u7684\u6700\u77ed\u8def\u3002<\/p>\n<p>\u8fd9\u4e2a\u9898\u6709\u4e24\u79cd\u505a\u6cd5\u3002\u3002\u505a\u6cd5 1\u3002\u3002<\/p>\n<p>\u53ea\u8981\u8003\u5bdf\u8def\u5f84\u4e0a\u7684\u5fc5\u7ecf\u4e4b\u70b9\u3002\u3002\u4e0d\u5931\u4e00\u822c\u6027\uff0c\u6211\u4eec\u8003\u5bdf\u6700\u5c0f\u6570\u3002\u3002\u3002<br \/>\n\u5047\u8bbe\u4f4d\u7f6e\u4e3a p\uff0c\u90a3\u4e48\u6700\u540e\u7684\u8def\u5f84\u4e00\u5b9a\u7ecf\u8fc7\u8fd9\u4e2a\u4f4d\u7f6e\uff0c\u56e0\u4e3a p \u5de6\u53f3\u4e24\u8fb9\u4e92\u4e0d\u8054\u901a\uff0c\u90a3\u4e48\u6211\u4eec\u663e\u7136\u53ef\u4ee5\u7528 p \u8fdb\u884c\u9012\u5f52\uff0c\u53d8\u6210 [0, p] \u548c [p, n) \u4e24\u4e2a\u5b50\u95ee\u9898\uff0c\u4e14\u4e24\u8fb9\u5bf9\u79f0\uff0c\u6211\u4eec\u8003\u8651 [0, p] \u8fd9\u4e2a\u5b50\u95ee\u9898\u3002<br \/>\n\u548c\u5f00\u59cb\u7684\u72b6\u6001\u7a0d\u5fae\u4e0d\u540c\uff0c\u56e0\u4e3a\u6211\u4eec\u77e5\u9053\u6700\u53f3\u4fa7\u5fc5\u7136\u662f\u6700\u5927\u6570\uff0c\u56e0\u6b64\u8fd9\u4e00\u6b21\u6211\u4eec\u8981\u627e [0, p] \u533a\u95f4\u7684\u6700\u5c0f\u6570\uff0c\u8bbe\u4f4d\u7f6e\u4e3a x\uff0c\u90a3\u4e48\u518d\u6b21\u5206\u5272\u6210 [0, x] \u548c [x, p] \u4e24\u4e2a\u5b50\u95ee\u9898\u3002<br \/>\n\u5176\u4e2d [x, p] \u6700\u5927\u503c\u548c\u6700\u5c0f\u503c\u90fd\u5728\u4e24\u4fa7\uff0c\u76f4\u63a5\u8fd4\u56de 1\uff0c\u800c [0, x] \u662f\u4e00\u4e2a\u7ed3\u6784\u4e00\u6837\u7684\u5b50\u95ee\u9898\uff0c\u4e8e\u662f\u7ed3\u675f\uff0c\u6574\u4e2a\u7b97\u6cd5\u53ea\u9700\u8981\u9884\u5904\u7406\u524d\u7f00\u548c\u540e\u7f00\u7684\u6700\u5c0f\u3001\u6700\u5927\u503c\u548c\u5bf9\u5e94\u4e0b\u6807\u5373\u53ef\uff0c\u590d\u6742\u5ea6 O(n)\uff0c\u975e\u5e38\u7b80\u5355\u3002<\/p>\n<pre class=\"brush: cpp; light: false; title: ; toolbar: true; notranslate\" title=\"\">\r\nconst int N = int(5e5) + 9;\r\nint a&#x5B;N], n; PII l&#x5B;2]&#x5B;N], r&#x5B;2]&#x5B;N];\r\n\r\nint f(PII s&#x5B;]&#x5B;N], bool b, int x) {\r\n    int p = s&#x5B;b]&#x5B;x].se; if (x == p) return 0;\r\n    return 1 + f(s, b^1, p);\r\n}\r\n\r\nint gao() {\r\n    RD(n); REP(i, n) RD(a&#x5B;i]);\r\n    l&#x5B;0]&#x5B;0] = l&#x5B;1]&#x5B;0] = {a&#x5B;0], 0};\r\n    FOR(i, 1, n) {\r\n        l&#x5B;0]&#x5B;i] = min(l&#x5B;0]&#x5B;i-1], {a&#x5B;i], i});\r\n        l&#x5B;1]&#x5B;i] = max(l&#x5B;1]&#x5B;i-1], {a&#x5B;i], i});\r\n    }\r\n    r&#x5B;0]&#x5B;n-1] = r&#x5B;1]&#x5B;n-1] = {a&#x5B;n-1], n-1};\r\n    DWN(i, n-1, 0) {\r\n        r&#x5B;0]&#x5B;i] = min(r&#x5B;0]&#x5B;i+1], {a&#x5B;i], i});\r\n        r&#x5B;1]&#x5B;i] = max(r&#x5B;1]&#x5B;i+1], {a&#x5B;i], i});\r\n    }\r\n\r\n    int p = l&#x5B;0]&#x5B;n-1].se;\r\n    return f(l, 1, p) + f(r, 0, p);\r\n}\r\n\r\n\r\nint main() {\r\n\r\n#ifndef ONLINE_JUDGE\r\n    freopen(&quot;in.txt&quot;, &quot;r&quot;, stdin);\r\n    \/\/freopen(&quot;\/Users\/minakokojima\/Documents\/GitHub\/ACM-Training\/Workspace\/out.txt&quot;, &quot;w&quot;, stdout);\r\n#endif\r\n\r\n    Rush OT(gao());\r\n}\r\n<\/pre>\n<p>\u505a\u6cd5 2\u3002\u3002\u3002\u505a\u6cd5 2 \u57fa\u4e8e\u8fd9\u6837\u7684\u7ed3\u8bba\uff0c\u7b97\u6cd5\u8fd0\u884c\u8fc7\u7a0b\u4e2d\uff0c\u4e00\u5b9a\u53ea\u9700\u8981\u4e0d\u65ad\u5f80\u53f3\u8d70\uff0c\u4e0d\u9700\u8981\u8fd4\u56de\u3002\u3002\u3002<br \/>\n\uff08\u8fd9\u4e2a\u7ed3\u8bba\u5b9e\u9645\u4e0a\u6bd4\u505a\u6cd5 1 \u7684\u7ed3\u8bba\u5f31\u3002\u3002\u3002\u800c\u4e14\u4e0d\u7528\u505a\u6cd5 1 \u7684\u65b9\u5f0f\u8bc1\u3002\u3002\u4e5f\u5176\u5b9e\u66f4\u9ebb\u70e6\u3002\u3002\u3002\u8bc1\u660e\u53ef\u4ee5\u8003\u5bdf\u67d0\u4e2a\u70b9 x\uff0c\u5982\u679c\u5b83\u5411\u67d0\u4e2a\u65b9\u5411\uff0c\u4f8b\u5982\u53f3\u8fb9\uff0c\u8fde\u63a5\u4e86 r0, r1, r2&#8230; \u4e00\u7ec4\u70b9\uff0c\u90a3\u4e48\u8fd9\u4e9b\u70b9\u4e00\u5b9a\u6784\u6210\u4e00\u4e2a\u9012\u589e\u6216\u8005\u9012\u51cf\u5e8f\u5217\u3002\u3002\u56e0\u6b64\u81ea\u7136 r \u5e8f\u5217\u4e4b\u95f4\u4e5f\u4e92\u76f8\u8fde\u901a\uff0c\u56e0\u6b64\u76f4\u63a5\u8fde\u5230\u6700\u8fdc\u7684\u70b9\u66f4\u4f18\u3002\uff09<\/p>\n<p>\u65e0\u8bba\u5982\u4f55\uff0c\u8003\u8651\u8fd9\u4e2a\u505a\u6cd5\u3002\u3002\u4ece 1 \u51fa\u53d1\uff0c\u6bcf\u6b21\u79fb\u52a8\u5230\u6700\u8fdc\u7684\u70b9\u3002\u65b9\u6cd5\u662f\uff0c\u5047\u8bbe\u5f53\u524d\u70b9\u4e3a x\uff0c\u90a3\u4e48\u8003\u5bdf x \u548c x+1 \u7684\u5927\u5c0f\u5173\u7cfb\uff0c\u4e0d\u5931\u4e00\u822c\u6027\uff0c\u5047\u8bbe a[x] &lt; a[x+1]\uff0c\u90a3\u4e48\u6211\u4eec\u5148\u8981\u627e\u5230\u540e\u7f00\u91cc\u7684\u7b2c\u4e00\u4e2a\u6bd4 a[x] \u5c0f\u7684\u6570\uff0c\u5047\u8bbe\u662f p\uff0c\u4e4b\u540e\u6211\u4eec\u8981\u627e\u4e00\u4e2a\u4ece x \u51fa\u53d1\u7684\uff0c\u4e0d\u8d85\u8fc7\u4f4d\u7f6e p \u7684\u8fde\u7eed\u9012\u589e\u5e8f\u5217\u6240\u80fd\u5230\u8fbe\u7684\u6700\u8fdc\u4f4d\u7f6e r\uff0cx = r \u5e76\u8fed\u4ee3\u5230\u4e0b\u4e00\u6b65\u5373\u53ef\u3002\u6211\u4eec\u53ea\u9700\u8981\u9884\u5904\u7406\u51fa\uff0c\u6bcf\u4e2a\u6570\u5411\u53f3\uff0c\u7b2c\u4e00\u4e2a\u5c0f\u4e8e\u5b83\u548c\u7b2c\u4e00\u4e2a\u5927\u4e8e\u5b83\u7684\u4f4d\u7f6e\u5206\u522b\u5728\u54ea\u91cc\u5373\u53ef\u3002..<br \/>\n\u8fd9\u4e2a\u662f\u6808 or \u7b1b\u5361\u5c14\u6811\u7684\u57fa\u672c\u64cd\u4f5c\u3002\u3002\u3002<a href=\"https:\/\/oi-wiki.org\/ds\/cartesian-tree\/\">https:\/\/oi-wiki.org\/ds\/cartesian-tree\/<\/a><\/p>\n<p><a href=\"https:\/\/www.shuizilong.com\/house\/archives\/codeforces-round-759-div-2-based-on-technocup-2022-elimination-round-3\/\">\u4e0a\u6b21\u9047\u5230\u7b1b\u5361\u5c14\u6811\u7684\u9898\u4f3c\u4e4e\u662f #759 \u7684 F\uff1f<\/a><\/p>\n<p>2.1 \u6808\u7248\u672c<\/p>\n<pre class=\"brush: cpp; light: false; title: ; toolbar: true; notranslate\" title=\"\">\r\nconst int N = int(5e5) + 9;\r\nint a&#x5B;N], n; int r&#x5B;2]&#x5B;N];\r\n\r\nint gao() {\r\n    RD(n); REP(i, n) RD(a&#x5B;i]);\r\n    stack&lt;int&gt; s&#x5B;2];\r\n    a&#x5B;n] = -INF; s&#x5B;0].push(n);\r\n    a&#x5B;n+1] = INF; s&#x5B;1].push(n+1);\r\n\r\n#define rr r&#x5B;b]&#x5B;i]\r\n    DWN(i, n, 0) REP(b, 2) {\r\n        while ((a&#x5B;i] &lt; a&#x5B;s&#x5B;b].top()]) ^ b) s&#x5B;b].pop();\r\n        rr = s&#x5B;b].top(); s&#x5B;b].push(i);\r\n    }\r\n\r\n    int z = 0;\r\n\r\n    for (int i=0;i!=n-1;++z) {\r\n        bool b = a&#x5B;i] &gt; a&#x5B;i+1]; int r0 = rr; b ^= 1;\r\n        while (rr &lt; n &amp;&amp; rr &lt; r0) i = rr;\r\n    }\r\n\r\n    return z;\r\n}\r\n\r\nint main() {\r\n\r\n#ifndef ONLINE_JUDGE\r\n    freopen(&quot;in.txt&quot;, &quot;r&quot;, stdin);\r\n    \/\/freopen(&quot;\/Users\/minakokojima\/Documents\/GitHub\/ACM-Training\/Workspace\/out.txt&quot;, &quot;w&quot;, stdout);\r\n#endif\r\n\r\n    Rush OT(gao());\r\n}\r\n<\/pre>\n<p>2.2 \u7b1b\u5361\u5c14\u6811<\/p>\n<pre class=\"brush: cpp; light: false; title: ; toolbar: true; notranslate\" title=\"\">\r\nconst int N = int(5e5) + 9;\r\nint a&#x5B;N], n; int r&#x5B;2]&#x5B;N];\r\n\r\n#define rr ::r&#x5B;b]&#x5B;i]\r\n\r\nnamespace Cartesian_Tree{\r\n    int l&#x5B;N], r&#x5B;N], p&#x5B;N];\r\n    int lc&#x5B;N], rp&#x5B;N];\r\n    #define lx l&#x5B;x]\r\n    #define rx r&#x5B;x]\r\n    #define ly l&#x5B;y]\r\n    #define ry r&#x5B;y]\r\n    void dfs(int x) {\r\n        if (!x) return;\r\n        rp&#x5B;lx] = x; rp&#x5B;rx] = rp&#x5B;x];\r\n        dfs(lx); dfs(rx);\r\n    }\r\n    void build(bool b) {\r\n        a&#x5B;0] = b ? n+1 : 0;\r\n        FOR_1(x, 0, n) rx = 0;\r\n        REP_1(x, n) {\r\n            int y = x-1; while ((a&#x5B;y] &gt; a&#x5B;x]) ^ b) y = p&#x5B;y];\r\n            p&#x5B;lx = ry] = x; p&#x5B;ry = x] = y;\r\n        }\r\n        rp&#x5B;r&#x5B;0]] = n+1; dfs(r&#x5B;0]);\r\n    }\r\n    void init() {\r\n        REP(b, 2) {\r\n            build(b);\r\n            REP_1(i, n) rr = rp&#x5B;i];\r\n        }\r\n    }\r\n};\r\n\r\nint gao() {\r\n\r\n    RD(n); REP_1(i, n) RD(a&#x5B;i]);\r\n    Cartesian_Tree::init();\r\n\r\n    int z = 0;\r\n\r\n    for (int i=1;i!=n;++z) {\r\n        bool b = a&#x5B;i] &gt; a&#x5B;i+1]; int r0 = rr; b ^= 1;\r\n        while (rr &lt;= n &amp;&amp; rr &lt; r0) i = rr;\r\n    }\r\n\r\n    return z;\r\n}\r\n\r\nint main(){\r\n\r\n#ifndef ONLINE_JUDGE\r\n    freopen(&quot;in.txt&quot;, &quot;r&quot;, stdin);\r\n    \/\/freopen(&quot;\/Users\/minakokojima\/Documents\/GitHub\/ACM-Training\/Workspace\/out.txt&quot;, &quot;w&quot;, stdout);\r\n#endif\r\n\r\n    Rush OT(gao());\r\n}\r\n<\/pre>\n<h2>Problem F. Tree Recovery<\/h2>\n<p>\u7ed9\u4e00\u4e2a n &lt;= 100 \u7684\u6811\uff0c\u544a\u8bc9\u4f60\u6240\u6709\u70b9\u5bf9\u6700\u77ed\u8def\u5f84\u4e4b\u95f4\u7684\u76f8\u7b49\u5173\u7cfb\u3002<br \/>\n\u8981\u6c42\u91cd\u6784\u8fd9\u9897\u6811<\/p>\n<p>\u611f\u89c9 TC \u80af\u5b9a\u51fa\u8fc7\u7c7b\u4f3c\u7684\u9898\uff1f\u4e00\u822c\u611f\u89c9\u8fd9\u79cd\u9898\u5e94\u8be5\u662f\u590d\u6742\u7684\u6784\u9020\uff1f<br \/>\n\u4e0d\u8fc7\u8fd9\u4e2a\u9898\u53ef\u4ee5\u76f4\u63a5 O(n4) \u66b4\u529b\u3002\u3002\u3002\u6211\u4eec\u4ee5\u6240\u6709\u8def\u5f84\u7684\u76f8\u7b49\u5173\u7cfb\u5efa\u7acb\u5e76\u67e5\u96c6\uff0c\u5982\u679c\u5b58\u5728\u89e3\uff0c\u90a3\u4e48\u6811\u4e2d\u7684 n-1 \u8fb9\u5fc5\u7136\u7ec4\u6210\u4e00\u4e2a\u6070\u597d size = n-1 \u7684\u8fde\u901a\u5757\u3002<\/p>\n<p>\u4e8e\u662f\u6211\u4eec\u76f4\u63a5\u66b4\u529b\u5408\u5e76\uff0c\u4e4b\u540e\u68c0\u67e5\u8fde\u901a\u5757\u662f\u5426\u6070\u597d\u6ee1\u8db3\uff0c<br \/>\n1. size = n-1<br \/>\n2. \u6784\u6210\u4e00\u9897\u6811<br \/>\n3. \u6ee1\u8db3\u521d\u59cb\u6761\u4ef6<\/p>\n<p>\u4e09\u7ec4\u6761\u4ef6\u5373\u53ef\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f20\u9001\u95e8 https:\/\/codeforces.com\/contest\/1696 https:\/\/zhuanlan.zhihu.com\/p\/533890061 Problem D. Permutation Graph \u7ed9\u5b9a\u4e00\u4e2a\u6392\u5217 A \uff0c\u6392\u5217\u7684\u6bcf\u4e2a\u4f4d\u7f6e\u5bf9\u5e94\u56fe\u4e2d\u7684\u4e00\u4e2a\u8282\u70b9\uff0c\u5982\u679c\u4e00\u6bb5\u533a\u95f4\u7684\u7aef\u70b9\u4e0a\u7684\u6570\u6070\u597d\u7b49\u4e8e\u8fd9\u4e2a\u533a\u95f4\u7684\u4e24\u7ec4\u6700\u503c\uff0c\u90a3\u4e48\u6211\u4eec\u5c31\u7ed9\u8fd9\u4e24\u4e2a\u7aef\u70b9\u4f4d\u7f6e\u4e4b\u95f4\u8fde\u4e00\u6761\u65e0\u5411\u8fb9\u3002 \u95ee\u4ece\u4f4d\u7f6e 1 \u51fa\u53d1\u5230\u4f4d\u7f6e n \u7684\u6700\u77ed\u8def\u3002 \u8fd9\u4e2a\u9898\u6709\u4e24\u79cd\u505a\u6cd5\u3002\u3002\u505a\u6cd5 1\u3002\u3002 \u53ea\u8981\u8003\u5bdf\u8def\u5f84\u4e0a\u7684\u5fc5\u7ecf\u4e4b\u70b9\u3002\u3002\u4e0d\u5931\u4e00\u822c\u6027\uff0c\u6211\u4eec\u8003\u5bdf\u6700\u5c0f\u6570\u3002\u3002\u3002 \u5047\u8bbe\u4f4d\u7f6e\u4e3a p\uff0c\u90a3\u4e48\u6700\u540e\u7684\u8def\u5f84\u4e00\u5b9a\u7ecf\u8fc7\u8fd9\u4e2a\u4f4d\u7f6e\uff0c\u56e0\u4e3a p \u5de6\u53f3\u4e24\u8fb9\u4e92\u4e0d\u8054\u901a\uff0c\u90a3\u4e48\u6211\u4eec\u663e\u7136\u53ef\u4ee5\u7528 p \u8fdb\u884c\u9012\u5f52\uff0c\u53d8\u6210 [0, p] \u548c [p, n) \u4e24\u4e2a\u5b50\u95ee\u9898\uff0c\u4e14\u4e24\u8fb9\u5bf9\u79f0\uff0c\u6211\u4eec\u8003\u8651 [0, p] \u8fd9\u4e2a\u5b50\u95ee\u9898\u3002 \u548c\u5f00\u59cb\u7684\u72b6\u6001\u7a0d\u5fae\u4e0d\u540c\uff0c\u56e0\u4e3a\u6211\u4eec\u77e5\u9053\u6700\u53f3\u4fa7\u5fc5\u7136\u662f\u6700\u5927\u6570\uff0c\u56e0\u6b64\u8fd9\u4e00\u6b21\u6211\u4eec\u8981\u627e [0, p] \u533a\u95f4\u7684\u6700\u5c0f\u6570\uff0c\u8bbe\u4f4d\u7f6e\u4e3a x\uff0c\u90a3\u4e48\u518d\u6b21\u5206\u5272\u6210 [0, x] \u548c [x, p] \u4e24\u4e2a\u5b50\u95ee\u9898\u3002 \u5176\u4e2d [x, p] \u6700\u5927\u503c\u548c\u6700\u5c0f\u503c\u90fd\u5728\u4e24\u4fa7\uff0c\u76f4\u63a5\u8fd4\u56de 1\uff0c\u800c [0, x] \u662f\u4e00\u4e2a\u7ed3\u6784\u4e00\u6837\u7684\u5b50\u95ee\u9898\uff0c\u4e8e\u662f\u7ed3\u675f\uff0c\u6574\u4e2a\u7b97\u6cd5\u53ea\u9700\u8981\u9884\u5904\u7406\u524d\u7f00\u548c\u540e\u7f00\u7684\u6700\u5c0f\u3001\u6700\u5927\u503c\u548c\u5bf9\u5e94\u4e0b\u6807\u5373\u53ef\uff0c\u590d\u6742\u5ea6 O(n)\uff0c\u975e\u5e38\u7b80\u5355\u3002 const int [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[1],"tags":[],"class_list":["post-1973","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p2tdP7-vP","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/posts\/1973","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/comments?post=1973"}],"version-history":[{"count":1,"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/posts\/1973\/revisions"}],"predecessor-version":[{"id":1974,"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/posts\/1973\/revisions\/1974"}],"wp:attachment":[{"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/media?parent=1973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/categories?post=1973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shuizilong.com\/house\/wp-json\/wp\/v2\/tags?post=1973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}