启动时生成的 JSON `data.txt` 中,找出唯一 role 为 admin、active 为 true 且 email 包含 `@secret.com` 的用户,读取其 flag 字段。
用 `json` 模块读取 users 数组
在同一谓词中判断 role、active 和 email
输出匹配记录的 `flag` 字段