{
  "schemaVersion": "1.0",
  "id": "zh-sudoku-0033-7jopmn",
  "type": "sudoku",
  "locale": "zh",
  "slug": "sudoku-hard-0033",
  "title": "数独挑战 033",
  "description": "数独 hard 难度谜题，可在线游玩，也可打印，并可直接用于 App WebView。",
  "difficulty": "hard",
  "seed": "playonepage-v1-zh-sudoku-33",
  "sequence": 33,
  "tags": [
    "sudoku",
    "hard",
    "zh"
  ],
  "audience": "全年龄",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "数独挑战 033",
    "instructions": "填满空格，让每一行、每一列和每个 2x2 宫都包含 1-4。"
  },
  "routes": {
    "json": "/puzzles/v1/zh/sudoku/zh-sudoku-0033-7jopmn.json",
    "embed": "/embed/v1/zh/sudoku/zh-sudoku-0033-7jopmn.html",
    "web": "/zh/puzzles/sudoku/sudoku-hard-0033/"
  },
  "puzzle": {
    "size": 4,
    "boxWidth": 2,
    "boxHeight": 2,
    "givens": [
      1,
      4,
      null,
      2,
      null,
      null,
      4,
      null,
      3,
      2,
      null,
      null,
      null,
      null,
      null,
      null
    ]
  },
  "solution": {
    "kind": "sudoku",
    "solutionGrid": [
      1,
      4,
      3,
      2,
      2,
      3,
      4,
      1,
      3,
      2,
      1,
      4,
      4,
      1,
      2,
      3
    ]
  },
  "estimatedMinutes": 5
}
