> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/devth-candidates/faq/failed-testcase.md).

# 채점 결과는 정답인데, 테스트케이스를 실행하면 불일치라고 합니다.

만약 테스트케이스 실행 시 출력 옵션에서 "앞,뒤 공백(띄어쓰기,줄바꿈)무시"에 \
**체크되어있지 않다면** 공백, 줄바꿈 등 출력되는 결과가 완전히 똑같을 때에만 \
테스트케이스 실행 결과가 '일치합니다'라고 출력됩니다.

출력 옵션을 먼저 확인해주세요!

![](https://downloads.intercomcdn.com/i/o/145306095/598d0e0ee4b3b09d5b871075/image.png)

\
또한 실제 채점 시에는 출제자의 의도에 따라 공백, 줄바꿈 등의 오출력을 무시하도록 설정할 수 있기 때문에 테스트케이스 실행 결과와 다를 수 있습니다.\
\
출제자는 생성한 과목의 **과목정보 > 문제관리** 탭에서 문제를 작성하거나 수정할 수 있으며, \
모든 문제는 **채점모드, 제출모드, 실행모드**로 구분됩니다.\
\
채점모드에서 출제자의 의도에 따라 유연한 채점을 위해 아래와 같은 옵션을 적용할 수 있습니다.

![](https://downloads.intercomcdn.com/i/o/120385705/29852bb3778e3bd6e42978ef/Screen+Shot+2019-05-02+at+10.51.36+PM.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.goorm.io/ko/devth-candidates/faq/failed-testcase.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
