# 제출시 프로그램 수행시간 제한과 실행시 프로그램 수행시간 제한의 차이점인 뭔가요?

![](/files/-MAPm-fFF95-bMxUgKOB)

수강생은 제출하기 전에 자유롭게 본인의 코드를 실행해 볼 수 있습니다. **실행 시 프로그램 수행 시간제한**은 이때의 제한 시간을 설정합니다. 실행은 **채점과 전혀 관계가 없기** 때문에 이 옵션은 점수와 상관없이 단순히 학생이 실행 기능을 이용할 때 시간제한을 설정합니다.

![](/files/-MAPm2H_vTKiOFKzPfqR)

**제출 시 프로그램 수행 시간**은 수강생이 제출한 코드를 채점하는 과정에서 프로그램이 실행되는 시간을 설정하는 기능입니다. 만약 이 시간을 2초로 설정했을 때 제출한 코드가 효율적이지 못해 실행 시간이 2초를 넘긴다면 해당 테스트 케이스는 **오답**으로 기록됩니다.


---

# 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://help.goorm.io/ko/edu-lecturer/faq/quiz-limit-time.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.
