Overview
Comment: | 0.0.2554 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
325902ac0d388f726644624f7f320fb9 |
User & Date: | 顽雨沉风 on 2023-09-17 07:14:08 |
Other Links: | manifest | tags |
Context
2023-09-18
| ||
11:34 | 0.0.2555 check-in: 8f3a6c70d8 user: 顽雨沉风 tags: trunk | |
2023-09-17
| ||
07:14 | 0.0.2554 check-in: 325902ac0d user: 顽雨沉风 tags: trunk | |
07:12 | 0.0.2553 check-in: d4d0345776 user: 顽雨沉风 tags: trunk | |
Changes
Modified 解法参考/天使与龙的轮舞_衍生版_1.html from [233b072f86] to [ba06b0aba0].
︙ | ︙ | |||
29 30 31 32 33 34 35 | <body> <header id="title-block-header"> <h1 class="title">天使与龙的轮舞_衍生版_1</h1> </header> <p>这一局有大概 17 张卡。</p> <p>那么保守起见,要解开这一局需要 17 * 100 = 1700 个特定操作。</p> <p>若按常规操作,大概有 1700 - 2 = 1698 个操作是不需要特别考虑的。</p> | | < | > | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | <body> <header id="title-block-header"> <h1 class="title">天使与龙的轮舞_衍生版_1</h1> </header> <p>这一局有大概 17 张卡。</p> <p>那么保守起见,要解开这一局需要 17 * 100 = 1700 个特定操作。</p> <p>若按常规操作,大概有 1700 - 2 = 1698 个操作是不需要特别考虑的。</p> <p>赤焰龙女既可以被回收,又可以加攻,应该需要在战阶进行回收。</p> <p>更衣是先回收自己,后回收对象,因此可以用来赚卡。</p> <p>此局已解。</p> <script> document.onclick = function(event) { var target = event.target if (target.tagName == "PRE" |
︙ | ︙ |
Modified 解法参考/天使与龙的轮舞_衍生版_1.md from [ae998f09db] to [b98dfc7c58].
1 2 3 4 5 6 7 8 | % 天使与龙的轮舞_衍生版_1 这一局有大概 17 张卡。 那么保守起见,要解开这一局需要 17 * 100 = 1700 个特定操作。 若按常规操作,大概有 1700 - 2 = 1698 个操作是不需要特别考虑的。 | | | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | % 天使与龙的轮舞_衍生版_1 这一局有大概 17 张卡。 那么保守起见,要解开这一局需要 17 * 100 = 1700 个特定操作。 若按常规操作,大概有 1700 - 2 = 1698 个操作是不需要特别考虑的。 赤焰龙女既可以被回收,又可以加攻,应该需要在战阶进行回收。 更衣是先回收自己,后回收对象,因此可以用来赚卡。 此局已解。 |