![]() |
|
CCC 2017 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: CCC 2017 (/Thread-CCC-2017) |
CCC 2017 - Inori - 02-22-2017 CCC is an annual programming competition hosted by the University of Waterloo, one of the top CS schools in the world. I just wrote the contest today and got 60/75, which I'm happy with. Unless you can register with a school, I don't think you can submit answers officially, but the questions are all really good practice. If the naming looks a little weird, it's because the last junior ("j") question is the same as the third senior one. I believe the test data (http://cemc.uwaterloo.ca/contests/past_contests.html#ccc) will be available for public use after the international submission are closed. The rules of the official contest are as follows: 1. You have three hours to complete as many junior or senior questions as you can 2. You can use any of C, C++, Python (2 or 3), Pascal, Java, Perl, and PHP to write your programs https://a.sinister.ly/glkdoy.zip RE: CCC 2017 - Blink - 02-23-2017 Hmmm... I might try this later. RE: CCC 2017 - Inori - 02-24-2017 (02-23-2017, 07:30 PM)Ender Wrote: Hmmm... For the record, they're all way harder than last year's. The first two junior questions are fine, but the last three should be senior and the last two senior should be CCO questions. |