Lines of
解法参考/天使与龙的轮舞_衍生版_1.html
from check-in 4754822043
that are changed by the sequence of edits moving toward
check-in d4d0345776:
1: <!DOCTYPE html>
2: <html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
3: <head>
4: <meta charset="utf-8" />
5: <meta name="generator" content="pandoc" />
6: <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7: <title>天使与龙的轮舞_衍生版_1</title>
8: <style>
9: code{white-space: pre-wrap;}
10: span.smallcaps{font-variant: small-caps;}
11: div.columns{display: flex; gap: min(4vw, 1.5em);}
12: div.column{flex: auto; overflow-x: auto;}
13: div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
14:
15: ul.task-list[class]{list-style: none;}
16: ul.task-list li input[type="checkbox"] {
17: font-size: inherit;
18: width: 0.8em;
19: margin: 0 0.8em 0.2em -1.6em;
20: vertical-align: middle;
21: }
22: .display.math{display: block; text-align: center; margin: 0.5rem auto;}
23: </style>
24: <style type="text/css">@media screen and (min-aspect-ratio:1/1) {html {background-color: f8f8f8;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%);background-size: 8px 8px;background-position: 0 0, 16px 8px;}body {border: solid #a0a0a0 1px ;border-radius: 20px ;padding: 26px ;margin: 16px ;color: #101010 ;background: linear-gradient(to right, #efefefff, #efefeffc);padding: 2em 18%;line-height: 2.1em;box-shadow: 0px 0px 1px rgba(160, 160, 160, 1), 0px 0px 1px rgba(160, 160, 160, 1);}}h1,h2,h3,h4,h5,h6 {font-size: 1.5em;color: #3F5770;border-bottom: 1px solid #dddddd;margin: 1.2em 0em;}h2::before {content: " ";}h3::before {content: " ";}a {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;background-color: white;text-decoration-color: blue;border-radius: 0.2em;}a:visited {color: blue;text-decoration-color: white;}a:active {color: red;}nav ul li {margin: 1.2em 0em;}p::before {content: " ";}p {margin: 1.2em 0;}.title {background-color: white;font-size: 2em;text-align: center;}b {background-color: white;list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;border-radius: 0.2em;}details {border-bottom: 1px solid #dddddd;}details > summary {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;outline: none;border-radius: 0.2em;}pre {background: #f6f6f6;border-left: 0.5em solid #ccc;padding: 0.4em;border-radius: 0.2em;overflow-wrap:break-word;}pre:active {color: red;}code {font-family: "Verdana";}button {background: #ffffff;color: #20894d;}button:active {color: red;}</style>
25: <!--[if lt IE 9]>
26: <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
27: <![endif]-->
28: </head>
29: <body>
30: <header id="title-block-header">
31: <h1 class="title">天使与龙的轮舞_衍生版_1</h1>
32: </header>
33: <p>这一局有大概 17 张卡。</p>
34: <p>那么保守起见,要解开这一局需要 17 * 100 = 1700 个特定操作。</p>
35: <p>若按常规操作,大概有 1700 - 2 = 1698 个操作是不需要特别考虑的。</p>
36: <p>赤焰龙女既可以被回收,又可以加攻,应该需要在战阶进行回收。于是还有 2
37: - 1 = 1 个操作需要考虑。</p>
38: <script>
39:
40: document.onclick = function(event) {
41:
42: var target = event.target
43:
44: if (target.tagName == "PRE"
45: || target.tagName == "CODE") {
46: if (window.getSelection().toString() !== "") {
47: return
48: }
49: var range = document.createRange();
50: range.selectNodeContents(target);
51: window.getSelection().removeAllRanges();
52: window.getSelection().addRange(range);
53: var successful = document.execCommand("copy");
54: target.removeAttribute("contenteditable");
55: window.getSelection().removeAllRanges();
56: }
57:
58: }
59:
60: </script>
61: </body>
62: </html>