# 20191030

歡迎閱讀 2019 年 10 月 30 日發布的[Code Judger](http://www.codejudger.com)的更新項目，本版加強了考試功能，以及修正了一些問題。我們希望您會喜歡，更新項目如下：

## 一、新增 APCS 題庫

[Code Judger](http://www.codejudger.com)增加 APCS 公開資訊的題型範例，共計 16 題程式設計實作題。

**注意**

**試題版權為 APCS 所有，Code Judger 是以 APCS 題目內的範例測資進行評分，但作答環境、測資及計分方式均與實際 APCS 檢測不同。**

在 Code Judger 做答 APCS 題目說明：

1. Code Judger 是依 APCS 題目的公開測資進行批改
2. Code Judger 會依 APCS 題目的公開測資筆數自動跑完，如有 3 筆測資，Code Judger 就會將您的程式分別對應 3 筆測資各批改一次，故您不用額外多寫判斷測資筆數的程式碼，讓您專心解題。


---

# 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://csfrd.gitbook.io/cjmanualv2/chapter08/v20191030.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.
