LCC '24 Contest 1 Senior
Welcome to the first Lyon's Computing Competition (LCC) of the 2024-25 school year! This month's theme is on Halloween! 🎃
Before writing this contest, you may wish to check out the faq and tips pages. After joining the contest, proceed to the Problems
tab to begin. You can also head to Users
if you wish to see the rankings.
Contest Parameters
Parameter | Description |
---|---|
Duration | 2 hours |
Number of Problems | 5 (with partial points) |
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. Some problems offer partial marks in the form of subtasks, solve these for those extra points!
Problems
Problem | Points | AC Rate | Users | Editorials |
---|---|---|---|---|
LCC '24 Contest 1 S1 - Graham's Candy Planning | 5 | 38.8% | 18 | Editorial |
LCC '24 Contest 1 S2 - Graham's Magic Spells | 5p | 43.5% | 20 | Editorial |
LCC '24 Contest 1 S3 - Graham's Neighbourhood | 7 | 17.8% | 5 | |
LCC '24 Contest 1 S4 - Splitting Candy | 10p | 32.4% | 10 | Editorial |
LCC '24 Contest 1 S5 - Exponential Sweets | 12p | 14.4% | 6 | Editorial |
Comments