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 {
272c2ebae9 2023-07-05 61: background-color: white;
272c2ebae9 2023-07-05 62: text-decoration-color: blue;
272c2ebae9 2023-07-05 63: }
272c2ebae9 2023-07-05 64: a:visited {
272c2ebae9 2023-07-05 65: color: blue;
272c2ebae9 2023-07-05 66: text-decoration-color: white;
272c2ebae9 2023-07-05 67: }
272c2ebae9 2023-07-05 68: nav ul li {
272c2ebae9 2023-07-05 69: margin: 1.2em 0em;
272c2ebae9 2023-07-05 70: }
272c2ebae9 2023-07-05 71: p::before {
272c2ebae9 2023-07-05 72: content: " ";
272c2ebae9 2023-07-05 73: }
272c2ebae9 2023-07-05 74: p {
272c2ebae9 2023-07-05 75: margin: 1.2em 0;
272c2ebae9 2023-07-05 76: }
272c2ebae9 2023-07-05 77: .title {
272c2ebae9 2023-07-05 78: background-color: white;
272c2ebae9 2023-07-05 79: font-size: 2em;
272c2ebae9 2023-07-05 80: text-align: center;
272c2ebae9 2023-07-05 81: }
272c2ebae9 2023-07-05 82: b {
272c2ebae9 2023-07-05 83: background-color: white;
272c2ebae9 2023-07-05 84: }
272c2ebae9 2023-07-05 85: a {
272c2ebae9 2023-07-05 86: target: _blank;
272c2ebae9 2023-07-05 87: }
58903a14a7 2023-07-05 88: details > summary {
58903a14a7 2023-07-05 89: list-style: none;
58903a14a7 2023-07-05 90: border-right: 0.3em solid #5183C466;
58903a14a7 2023-07-05 91: border-left: 0.3em solid #5183C466;
58903a14a7 2023-07-05 92: padding: 0.2em 0.4em;
58903a14a7 2023-07-05 93: margin-bottom: 0.2em;
58903a14a7 2023-07-05 94: margin-top: 0.3em;
58903a14a7 2023-07-05 95: }
272c2ebae9 2023-07-05 96: </style>
272c2ebae9 2023-07-05 97: <!--[if lt IE 9]>
272c2ebae9 2023-07-05 98: <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
272c2ebae9 2023-07-05 99: <![endif]-->
272c2ebae9 2023-07-05 100: </head>
272c2ebae9 2023-07-05 101: <body>
272c2ebae9 2023-07-05 102: <div class="title">
272c2ebae9 2023-07-05 103: 二解
272c2ebae9 2023-07-05 104: </div>
272c2ebae9 2023-07-05 105: <p>「二解」指超越了原残局作者设定血量的解局方法。</p>
272c2ebae9 2023-07-05 106: <p>一般情况下,残局设定血量就是目前最优解的解局血量。</p>
58903a14a7 2023-07-05 107: <p>如果出现了二解,就表明残局设定血量<b>需要更改</b>了。</p>
272c2ebae9 2023-07-05 108: <script>
272c2ebae9 2023-07-05 109:
272c2ebae9 2023-07-05 110: document.onmouseup = function(event) {
272c2ebae9 2023-07-05 111: var 元素 = event.target
272c2ebae9 2023-07-05 112:
272c2ebae9 2023-07-05 113: if (元素.tagName == "PRE"
272c2ebae9 2023-07-05 114: || 元素.tagName == "CODE") {
272c2ebae9 2023-07-05 115: var 文本 = 元素.textContent
272c2ebae9 2023-07-05 116: navigator.clipboard.writeText(文本)
272c2ebae9 2023-07-05 117: }
272c2ebae9 2023-07-05 118:
272c2ebae9 2023-07-05 119: }
272c2ebae9 2023-07-05 120:
272c2ebae9 2023-07-05 121: document.addEventListener('touchend', function(event) {
272c2ebae9 2023-07-05 122: var target = event.target;
272c2ebae9 2023-07-05 123: if (target.tagName == "PRE" || target.tagName == "CODE") {
272c2ebae9 2023-07-05 124: var range = document.createRange();
272c2ebae9 2023-07-05 125: range.selectNodeContents(target);
272c2ebae9 2023-07-05 126: window.getSelection().removeAllRanges();
272c2ebae9 2023-07-05 127: window.getSelection().addRange(range);
272c2ebae9 2023-07-05 128: var successful = document.execCommand('copy');
272c2ebae9 2023-07-05 129: target.removeAttribute('contenteditable');
272c2ebae9 2023-07-05 130: window.getSelection().removeAllRanges();
272c2ebae9 2023-07-05 131: }
272c2ebae9 2023-07-05 132: });
272c2ebae9 2023-07-05 133:
272c2ebae9 2023-07-05 134:
272c2ebae9 2023-07-05 135:
272c2ebae9 2023-07-05 136: </script>
272c2ebae9 2023-07-05 137: </body>
272c2ebae9 2023-07-05 138: </html>