Reporch

Run and submit code

Understand the difference between a run and a judged submission.

Overview

Run tests the current source, while Submit stores the selected language and source as a judged attempt. Confirm the run output before submitting.

Before you start

  • A signed-in Reporch account
  • An open problem and selected programming language

Steps

1. Confirm the language

Check the editor language before executing or submitting.

2. Run the code

Choose Run, wait for the active request to finish, and read its output and diagnostics.

3. Submit

When the solution is ready, choose Submit. Do not create duplicate submissions while one is pending.

4. Open the result

Select the completed record to inspect the source, language, runtime, and detailed status.

Expected result

  • Run output is shown separately from submission history.
  • A submission receives its own record and moves from processing to a final judge status.

Troubleshooting

  • Fix compile errors from the first reported location and run again.
  • After a network error, check submission history before retrying in case the record was already created.
Reporch Team