# 镜里观花者的剪影

只要有队伍解出了前一个区域的meta，后一个区域就会向所有队伍同时开放。

有八道小题（分为四组）和一道meta。这个区域非常具有特征。八道小题分为四组，每组的两道题从标题到题目本身都非常相像。除此之外，这两道题的关系可能是：

* 两道题脱胎于同一道题，解法里共通的部分非常多
* 两道题的主题和解法完全没有关系
* 两道题具有某个共同的关键步骤，解出一个可以对另一个有所暗示
* 两道题的主题是相同的，但是解法各有千秋

在meta里，我们设计了一个简单的排序关系，然后按照每两道题的答案的一一对应关系提取。我们预想中meta可能要5-6题才能得到，但最后甚至有队伍只用了3题就得到了答案。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://puzzle-and-key-universe.gitbook.io/archive/p-and-ku1-tales-of-observer/mi-ti-jie-xi-yu-fu-yan/jing-li-guan-hua-zhe-de-jian-ying.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
