# 直观数组

接下来我们介绍的一个技巧叫做**数组**（Subset）。数组在使用上分两种模式，**显性数组**（Naked Subset）和**隐性数组**（Hidden Subset）。从底层上讲，它们是同一个东西，但是在推理上并不相同，而观察层面来说难度也不一样。所以我把他们分开讲解。


---

# 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://sudoku.kazusa.tech/partial-marking-technique/03-direct-subset.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.
