# 赛事题型

## 说明

* 此处收集的题型，目前仅在赛事中出现，暂未找到同类题型的在线练习资源
* 常见题型，则不在此处维护；其存在练习资源，请在 [非标数独索引](https://github.com/zhugelianglongming/sudoku/blob/gitbook/SUMMARY.md) 中查找

## 题型

* 6 宫
  * 异形类
    * Deficit Sudoku
    * Tight Fit Sudoku
* 9 宫
  * 候选类
    * David and Goliath Sudoku
    * 奇偶类
      * Odd Even Sudoku
  * 比大小类
    * Between Sudoku
    * Max Triplet Sudoku
    * Quad Max Sudoku
  * 计算类
    * 内提示
      * Above 20 Sudoku
      * Coded Difference Sudoku
      * Coded Killer Sudoku
      * Coded Pairs Sudoku
      * Equal Sum Killer Sudoku
      * Fuzzy Arrow Sudoku
      * Prime Sum Killer Sudoku
      * Round Off Sudoku
    * 外提示
      * Between 1 and 9 Sudoku
      * N Sum Sudoku
  * 额外区域类
    * 绝对区域
      * Catch the Liar Sudoku
      * Disguised Palindrome Sudoku
      * 连番数独 / Renban Sudoku
      * Odd Even Arrow Sudoku
      * Pinocchio Sudoku
  * 混合类
    * Arrow Thermo Sudoku
    * Cloned Windoku
    * Extra Regions Super-Consecutive Sudoku
    * Irregular Frame Sudoku
    * Killer Hidden Arrow Sudoku
* 风车
  * 风车数独
* 重叠
  * 6\*6 Classic Sudoku Relay
  * Roll Sudoku

> - 世界数独锦标赛 [WSC](https://www.worldpuzzle.org/championships/world-sudokupuzzle-convention/)
> - 北京市数独运动协会
>   * [冬奥节拍数独线上赛](http://sudoku.sports.cn/eventsDetail/?matchId=21)


---

# 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://zhugelianglongming.gitbook.io/shu-du/ti-xing-fen-lei/fei-biao-shu-du/sai-shi-ti-xing.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.
