Twelve Days of Codemas will be filled with fun and presents to collect, starting Sunday December 13th. Join the event! https://tssoj.ca/contest/hack1
There are twelve presents to seek! Each day a new Present will be released on the page. In each present, be a cryptic hints in each present leading to where the secret keys may be hidden.
Use your computer and forensics skills to uncover the hidden keys and open presents! Programming is not required, you only need your logic skills.
Participate in the fun event and compete to be the top of the leaderboard! Hurry up, the event ends on Christmas.
Prizes will be given to the top 5 places. Join the Computer Club Discord server for info and updates.
For Halloween this year, we've opened a contest with 5 spoopy halloween-themed questions for you to solve! Test your knowledge and compete with classmates to see who will come out on top for this month's TSSPC, HACK O'LANTERN. Hurry up, as the contest will close on October 31. The link to the contest can be found here.
It is the time of the year for Hacktoberfest! You can win a cool t-shirt, or plant a tree by contributing code to open source repositories on GitHub!
Continuing from last year, we will be hosting a repository of public TSSOJ solutions! You can visit the repository here!
Please sign up for a GitHub account if you don't already have one, and register it on the Hacktoberfest Website, remember to watch the introduction video! You will be eligible for a free t-shirt after you sign up, and submit four approved pull requests to our repo!
Although this means that there will be public TSSOJ solutions, they are for reference only— any plagiarism will result in severe punishments.
As a final note, all pull requests and comments will be closely reviewed, and any inappropriate content is strictly prohibited.
Update: We have created a guide on contributing to the Hacktoberfest repository, please visit this page for more information!
publicclassMain{staticclassPairimplementsComparable<Pair>{// fieldsintx;inty;// constructorPair(inta,intb){x=a;y=b;}// Arrays.sort() calls compareTo, we are telling Java how to sort PairpublicintcompareTo(Pairo){returnx-o.x;}}publicstaticvoidmain(String[]args){Pairp1=newPair(5,4);Pairarr[]=newPair[5];// assume i input it alreadyArrays.sort(arr);}}
The contests are modelled around CCC difficulty. You will be given 5 problems, and 3 hours to solve them all. Furthermore, the contests will be romance themed.
Whether you're a beginner at programming or not, Hacktoberfest is the perfect opportunity for students to learn how to use GitHub and contribute to open source repositories!
This year (although it's a bit late), Thornhill's Computer Club has decided to create a repository that will store public TSSOJ solutions! You can find the repository here.
Before you create any pull requests, make sure you register an account on GitHub, as well as on the official Hacktober site. If you do not do this, you will not be eligible for the prize; a free t-shirt after four approved pull requests are completed!
Although this means that solutions to TSSOJ are becoming public, this does not mean that you will be able to copy and paste, as that will result in severe punishments.
Only Thornhill Secondary students may contribute to the GitHub. Thank you!
Welcome to the Thornhill Secondary School Online Judge!
First of all, I would like to thank Ninjaclasher for helping set this website up.
The administrators of this website will be jsumabat and Ninjaclasher in order to keep it maintained (it may not be up-to-date with the DMOJ judge, but we hope to keep it functional).
Lastly, I would like to thank DMOJ for providing their open-source code, which allowed us to progress this far.
If you are unfamiliar with the judge, we highly recommend you to submit to this simple problem.
If you require a name change, please email [email protected]. Thanks!