272c2ebae9 2023-07-05 1: <!DOCTYPE html>
272c2ebae9 2023-07-05 2: <html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
272c2ebae9 2023-07-05 3: <head>
272c2ebae9 2023-07-05 4: <meta charset="utf-8" />
272c2ebae9 2023-07-05 5: <meta name="generator" content="pandoc" />
272c2ebae9 2023-07-05 6: <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
272c2ebae9 2023-07-05 7: <title>二解</title>
272c2ebae9 2023-07-05 8: <style>
272c2ebae9 2023-07-05 9: code{white-space: pre-wrap;}
272c2ebae9 2023-07-05 10: span.smallcaps{font-variant: small-caps;}
272c2ebae9 2023-07-05 11: div.columns{display: flex; gap: min(4vw, 1.5em);}
272c2ebae9 2023-07-05 12: div.column{flex: auto; overflow-x: auto;}
272c2ebae9 2023-07-05 13: div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
272c2ebae9 2023-07-05 14:
272c2ebae9 2023-07-05 15: ul.task-list[class]{list-style: none;}
272c2ebae9 2023-07-05 16: ul.task-list li input[type="checkbox"] {
272c2ebae9 2023-07-05 17: font-size: inherit;
272c2ebae9 2023-07-05 18: width: 0.8em;
272c2ebae9 2023-07-05 19: margin: 0 0.8em 0.2em -1.6em;
272c2ebae9 2023-07-05 20: vertical-align: middle;
272c2ebae9 2023-07-05 21: }
272c2ebae9 2023-07-05 22: .display.math{display: block; text-align: center; margin: 0.5rem auto;}
272c2ebae9 2023-07-05 23: </style>
272c2ebae9 2023-07-05 24: <style type="text/css">
272c2ebae9 2023-07-05 25: @media screen and (min-aspect-ratio:1/1) {
272c2ebae9 2023-07-05 26: html {
272c2ebae9 2023-07-05 27: background-color: f8f8f8;
272c2ebae9 2023-07-05 28: background-image:
272c2ebae9 2023-07-05 29: linear-gradient(
272c2ebae9 2023-07-05 30: 45deg,
272c2ebae9 2023-07-05 31: #eee 25%,
272c2ebae9 2023-07-05 32: transparent 25%,
272c2ebae9 2023-07-05 33: transparent 75%,
272c2ebae9 2023-07-05 34: #eee 75%),
272c2ebae9 2023-07-05 35: linear-gradient(
272c2ebae9 2023-07-05 36: 45deg,
272c2ebae9 2023-07-05 37: #eee 25%,
272c2ebae9 2023-07-05 38: transparent 25%,
272c2ebae9 2023-07-05 39: transparent 75%,
272c2ebae9 2023-07-05 40: #eee 75%);
272c2ebae9 2023-07-05 41: background-size: 8px 8px;
272c2ebae9 2023-07-05 42: background-position: 0 0, 16px 8px;
272c2ebae9 2023-07-05 43: }
272c2ebae9 2023-07-05 44: body {
272c2ebae9 2023-07-05 45: border: solid #a0a0a0 1px ;
272c2ebae9 2023-07-05 46: border-radius: 20px ;
272c2ebae9 2023-07-05 47: padding: 26px ;
272c2ebae9 2023-07-05 48: margin: 16px ;
272c2ebae9 2023-07-05 49: color: #101010 ;
272c2ebae9 2023-07-05 50: background-color: #efefef;
272c2ebae9 2023-07-05 51: padding: 2em 18%;
272c2ebae9 2023-07-05 52: }
272c2ebae9 2023-07-05 53: }
272c2ebae9 2023-07-05 54: h1,h2,h3,h4,h5,h6 {
272c2ebae9 2023-07-05 55: font-size: 1.5em;
272c2ebae9 2023-07-05 56: color: #3F5770;
272c2ebae9 2023-07-05 57: border-bottom: 0.1em solid #666666;
272c2ebae9 2023-07-05 58: margin: 1.2em 0em;
272c2ebae9 2023-07-05 59: }
272c2ebae9 2023-07-05 60: a {
6c44b5f5c1 2023-07-06 61: list-style: none;
6c44b5f5c1 2023-07-06 62: border-right: 0.3em solid #5183C466;
6c44b5f5c1 2023-07-06 63: border-left: 0.3em solid #5183C466;
6c44b5f5c1 2023-07-06 64: padding: 0.2em 0.4em;
6c44b5f5c1 2023-07-06 65: margin-bottom: 0.2em;
6c44b5f5c1 2023-07-06 66: margin-top: 0.3em;
272c2ebae9 2023-07-05 67: background-color: white;
272c2ebae9 2023-07-05 68: text-decoration-color: blue;
272c2ebae9 2023-07-05 69: }
272c2ebae9 2023-07-05 70: a:visited {
272c2ebae9 2023-07-05 71: color: blue;
272c2ebae9 2023-07-05 72: text-decoration-color: white;
272c2ebae9 2023-07-05 73: }
272c2ebae9 2023-07-05 74: nav ul li {
272c2ebae9 2023-07-05 75: margin: 1.2em 0em;
272c2ebae9 2023-07-05 76: }
272c2ebae9 2023-07-05 77: p::before {
272c2ebae9 2023-07-05 78: content: " ";
272c2ebae9 2023-07-05 79: }
272c2ebae9 2023-07-05 80: p {
272c2ebae9 2023-07-05 81: margin: 1.2em 0;
272c2ebae9 2023-07-05 82: }
272c2ebae9 2023-07-05 83: .title {
272c2ebae9 2023-07-05 84: background-color: white;
272c2ebae9 2023-07-05 85: font-size: 2em;
272c2ebae9 2023-07-05 86: text-align: center;
272c2ebae9 2023-07-05 87: }
272c2ebae9 2023-07-05 88: b {
272c2ebae9 2023-07-05 89: background-color: white;
6c44b5f5c1 2023-07-06 90: list-style: none;
6c44b5f5c1 2023-07-06 91: border-right: 0.3em solid #5183C466;
6c44b5f5c1 2023-07-06 92: border-left: 0.3em solid #5183C466;
6c44b5f5c1 2023-07-06 93: padding: 0.2em 0.4em;
6c44b5f5c1 2023-07-06 94: margin-bottom: 0.2em;
6c44b5f5c1 2023-07-06 95: margin-top: 0.3em;
58903a14a7 2023-07-05 96: }
58903a14a7 2023-07-05 97: details > summary {
58903a14a7 2023-07-05 98: list-style: none;
58903a14a7 2023-07-05 99: border-right: 0.3em solid #5183C466;
58903a14a7 2023-07-05 100: border-left: 0.3em solid #5183C466;
58903a14a7 2023-07-05 101: padding: 0.2em 0.4em;
58903a14a7 2023-07-05 102: margin-bottom: 0.2em;
58903a14a7 2023-07-05 103: margin-top: 0.3em;
58903a14a7 2023-07-05 104: }
6c44b5f5c1 2023-07-06 105: details > summary:active {
6c44b5f5c1 2023-07-06 106: transform:
6c44b5f5c1 2023-07-06 107: rotateX(38deg)
6c44b5f5c1 2023-07-06 108: translateY(7px);
6c44b5f5c1 2023-07-06 109: }
6c44b5f5c1 2023-07-06 110: pre {
6c44b5f5c1 2023-07-06 111: background: #f6f6f6;
6c44b5f5c1 2023-07-06 112: border-left: 0.5em solid #ccc;
6c44b5f5c1 2023-07-06 113: padding: 0.4em;
6c44b5f5c1 2023-07-06 114: border-radius: 0.2em;
6c44b5f5c1 2023-07-06 115: }
6c44b5f5c1 2023-07-06 116: pre:active {
6c44b5f5c1 2023-07-06 117: transform:
6c44b5f5c1 2023-07-06 118: rotateX(38deg)
6c44b5f5c1 2023-07-06 119: translateY(7px);
6c44b5f5c1 2023-07-06 120: }
6c44b5f5c1 2023-07-06 121: code {
6c44b5f5c1 2023-07-06 122: font-family: "Verdana";
6c44b5f5c1 2023-07-06 123: }
6c44b5f5c1 2023-07-06 124: button {
6c44b5f5c1 2023-07-06 125: background: #ffffff;
6c44b5f5c1 2023-07-06 126: color: #20894d;
6c44b5f5c1 2023-07-06 127: }
6c44b5f5c1 2023-07-06 128: button:active {
6c44b5f5c1 2023-07-06 129: transform:
6c44b5f5c1 2023-07-06 130: rotateX(38deg)
6c44b5f5c1 2023-07-06 131: translateY(7px);
6c44b5f5c1 2023-07-06 132: }
272c2ebae9 2023-07-05 133: </style>
272c2ebae9 2023-07-05 134: <!--[if lt IE 9]>
272c2ebae9 2023-07-05 135: <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
272c2ebae9 2023-07-05 136: <![endif]-->
272c2ebae9 2023-07-05 137: </head>
272c2ebae9 2023-07-05 138: <body>
6c44b5f5c1 2023-07-06 139: <header id="title-block-header">
6c44b5f5c1 2023-07-06 140: <h1 class="title">二解</h1>
6c44b5f5c1 2023-07-06 141: </header>
272c2ebae9 2023-07-05 142: <p>「二解」指超越了原残局作者设定血量的解局方法。</p>
272c2ebae9 2023-07-05 143: <p>一般情况下,残局设定血量就是目前最优解的解局血量。</p>
58903a14a7 2023-07-05 144: <p>如果出现了二解,就表明残局设定血量<b>需要更改</b>了。</p>
272c2ebae9 2023-07-05 145: <script>
272c2ebae9 2023-07-05 146:
6c44b5f5c1 2023-07-06 147: document.onclick = function(event) {
6c44b5f5c1 2023-07-06 148:
6c44b5f5c1 2023-07-06 149: var target = event.target
6c44b5f5c1 2023-07-06 150:
6c44b5f5c1 2023-07-06 151: if (target.tagName == "PRE"
6c44b5f5c1 2023-07-06 152: || target.tagName == "CODE") {
6c44b5f5c1 2023-07-06 153: if (window.getSelection().toString() !== "") {
6c44b5f5c1 2023-07-06 154: return
6c44b5f5c1 2023-07-06 155: }
272c2ebae9 2023-07-05 156: var range = document.createRange();
272c2ebae9 2023-07-05 157: range.selectNodeContents(target);
272c2ebae9 2023-07-05 158: window.getSelection().removeAllRanges();
272c2ebae9 2023-07-05 159: window.getSelection().addRange(range);
6c44b5f5c1 2023-07-06 160: var successful = document.execCommand("copy");
6c44b5f5c1 2023-07-06 161: target.removeAttribute("contenteditable");
272c2ebae9 2023-07-05 162: window.getSelection().removeAllRanges();
6c44b5f5c1 2023-07-06 163: }
6c44b5f5c1 2023-07-06 164:
272c2ebae9 2023-07-05 165: }
6c44b5f5c1 2023-07-06 166:
6c44b5f5c1 2023-07-06 167:
6c44b5f5c1 2023-07-06 168: 目录列表 = document.getElementsByTagName("details")
272c2ebae9 2023-07-05 169:
6c44b5f5c1 2023-07-06 170: function 展开或收起() {
6c44b5f5c1 2023-07-06 171: if (目录列表[0].open == true) {
6c44b5f5c1 2023-07-06 172: for (i = 0;
6c44b5f5c1 2023-07-06 173: i < 目录列表.length;
6c44b5f5c1 2023-07-06 174: i++) {
6c44b5f5c1 2023-07-06 175: 目录列表[i].open = false;
6c44b5f5c1 2023-07-06 176: }
6c44b5f5c1 2023-07-06 177: }
6c44b5f5c1 2023-07-06 178: else {
6c44b5f5c1 2023-07-06 179: for (i = 0;
6c44b5f5c1 2023-07-06 180: i < 目录列表.length;
6c44b5f5c1 2023-07-06 181: i++) {
6c44b5f5c1 2023-07-06 182: 目录列表[i].open = true;
6c44b5f5c1 2023-07-06 183: }
6c44b5f5c1 2023-07-06 184: }
6c44b5f5c1 2023-07-06 185: }
272c2ebae9 2023-07-05 186:
272c2ebae9 2023-07-05 187: </script>
272c2ebae9 2023-07-05 188: </body>
272c2ebae9 2023-07-05 189: </html>