# 目标格跨区数对

首先要介绍的第一种情况是目标格跨区数对。在之前的内容里我们知道，如果一旦一个基础飞鱼结构的基准单元格有两个的话，那么目标单元格就必须有两处安放位置以便容纳两个基准单元格里的填数。

但是基准单元格的填数并不一样，所以目标单元格里容纳的这两个数字就一定不同。一旦基准单元格的填数固定为指定的两种数字，那么目标单元格也会直接随之变为这两个数的数对，于是可以按跨区数对进行删数。

## 一个例子 <a href="#an-example" id="an-example"></a>

<figure><img src="/files/KCRjGZuLMybsJQKq08dW" alt="" width="375"><figcaption><p>目标单元格数对</p></figcaption></figure>

如图所示。本题的基准单元格是 `r2c13`，且仅包含 2 和 9 两种候选数。按照正常的传递逻辑，我们可以得到 `r1c7` 和 `r3c5` 是 2 或 9。

另外，我们知道 `r1c7` 和 `r3c5` 必然是不同的数字，所以这形成了跨区数对。显然，`r1c46` 就不能填 2 或 9 了，因为不论填 2 还是 9，`r1c7` 和 `r3c5` 都将无法同时填写 2 或 9 两种数字，造成矛盾。同理，`r3c89` 也是如此。所以这个题的结论就是 `r1c4 <> 2`、`r1c6 <> 9`、`r3c8 <> 9` 和 `r3c9 <> 2` 这四个删数。


---

# 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/exocet/05-potential-eliminations-of-exocet/01-target-pair-rule.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.
