# 猜數字及顏色

用法 `=colornumber/cn <金額>`\
\
系統會依下表來計算贏得的金錢：

| 結果   | 獲得金錢      |
| ---- | --------- |
| 皆錯誤  | -投入金額\*1  |
| 數字正確 | 投入金額\*1.5 |
| 顏色正確 | 投入金額\*1   |
| 皆正確  | 投入金額\*3   |

{% hint style="info" %}
如果顯示處罰將在XX結束，那代表你的[銀行](/economy/bank.md)爆了。
{% endhint %}


---

# 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://tofucat-docs.bruh0422.xyz/economy/colornumber.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.
