Greater Toronto Programming Competition Individual Round (Mirror)
The Greater Toronto Programming Contest was an in-person multi-school competition with both an individual and team round held in April.
It was organized by St. Robert Catholic High School, with help from William Lyon Mackenzie CI for problem setting and hosting the contest on their judge.
This contest will NOT be rated, as it is a mirror.
Each problem is worth points, with extra points available for early submissions and first-try ACs (following standard ECOO format).
Contest Details
| Parameter | Description |
|---|---|
| Duration | 1.5 hours |
| Number of Problems | 5 |
| Maximum Submissions | 50 |
| Feedback | Instant Full Feedback, no clipped output |
Listed below is some advice for contests:
- Remove all extra debugging code and/or input prompts from your code before submitting. The judge is very strict — most of the time, it requires your output to match exactly.
- Do not pause program execution at the end. The judging process is automated.
- You should use stdin / stdout to perform input / output, respectively.
- It is guaranteed that all the problems will be solvable with C++, Java and Python.
- Python users are highly recommended to use PyPy 2/3 over Python 2/3 when submitting.
- Read carefully, and try to attempt all the problems.
Problems
| Problem | Points | AC Rate | Users |
|---|---|---|---|
| GTPC '26 IR P1 - Farmer John Finally Visits Toronto | 5 | 40.4% | 17 |
| GTPC '26 IR P2 - Placing Sheep | 5 | 53.3% | 13 |
| GTPC '25 IR P3 - Photoshoot | 7 | 66.7% | 8 |
| GTPC '26 IR P4 - Papyrus | 10 | 35.3% | 8 |
| GTPC '26 IR P5 - Malware Mayhem | 12 | 53.6% | 11 |
Comments
why was p3 so ahh
orz gtpc