Skip to content
CCC Python Course

Local judging with official test data

Stage
C
Module
C.10
Lessons
1

In this module

  • Explain what CEMC's official test data is, and where to find it for a past contest.
  • Run a solution against every official input for a problem, and compare each output exactly against the official expected output.
  • Recognize that a local timing on your own machine is only a hint, not the grader's real timing.

Before this module

Lessons

  1. 1Local judging with official test data