

Welcome!
Note that we use third-party github login to ensure user security, so no registration on the platform is necessary. We also do not store passwords or any sensitive user information in our database.
You can login by clicking on the github icon in the top right corner of the page.
v1.2.0 - New horizons π
Date: XX-10-2025
By: Crazynds
Features β¨
- Added forum.
- Guests now can have free access without login.
Changes βοΈ
- Now all problems are rated based on the solutions.
Styles π¨
- New layout page.
- Hidden some problem columns (Mem, Tries, Mainteiner).
v1.1.1 - Preparation for "II Maratona GaΓΊcha"!
Date: 18-07-2025
By: Crazynds
Features β¨
- Added Tag crud for admins.
- Added leaderboard filters.
- Added manual judge in contest admin pannel.
- Added AI detection on contest submissions.
- Added fields location information required in teams creation.
- Added admin competitor review.
Styles π¨
- New background in new clarifications in admin pannel.
- Submit button inside a problem is now highlighted.
- Real time update in contest leaderboard.
- Added background color in leaderboard for your team.
Fixes π
- When sending a binary as auto detect result in an internal error.
- When a new team enters the contest, the leaderboard does not update.
- Renamed 'constest' routes to 'contest'.
- Removed searchbar in problems during a contest.
- Removed tags in menu during a contest.
v1.1.0 - Fancy Update!
Date: 17-05-2025
By: Crazynds
Features β¨
- Integration with VJudge. (Not available yet)
- Livewire can be used instead of WebSockets.
- Added pagination in problem list.
- Added title search in problem list.
- Added the star button on header.
- Added support to Java OpenJDK 24.
- Added tag pages.
Changes βοΈ
- Python and PyPy is now compiled before execution.
- Python is now version 3.13
- Pypy is now version 3.11
- Rating system works in index problem page now.
- All C++ ploblens include fast IO by default.
Styles π¨
- JQuery is not imported manually anymore.
- Select2 plugin is now used.
- Contest leaderboad now auto updates itself and has some fancy animations.
Fixes π
- Compilation time and compilation memory is now limited.
- Home screen.
- Fixed a bug when enter in a contest with different timezone.
v1.0.2 - Default Update!
Date: 20-01-2025
By: Crazynds
Features β¨
- Added difficulty in all problems.
- If you get AC on a problem, you can rate how difficult it is.
- Added option to import SBC maraton problems.
- Added diff program to test differents outcomes.
- Added tags to problems, even if you don't see them.
- Added ability to add an explanation for each test case.
Changes βοΈ
- Now when you edit a test case you cannot change its name unless you know our tricks... π
- Standardized execution within NSJail.
Styles π¨
- Now we have stars in each problem β¨
- Images in problems description are now horizontally centered
Fixes π
- Fixed a bug when you try to add a new test case you get a error 500 page.
- Fixed a bug to show preview of image in file manager.
- Fixed a bug when a submission get stuck in some loop resulting in a 'runtime error' instead of 'time limit'.
- Fixed a bug that stuck any submission in 'C', resulting in a 'runtime error'.
v1.0.1 - The Big Challenge! βοΈπ₯π‘οΈπ
Date: 09-07-2024
By: Crazynds
Features β¨
- Created fast problem import using ZIP files.
- Created contest page!
- Created contest mode and all contest related features! π
- Added C to the available languages!
Changes βοΈ
- FAQ and About options are no longer displayed while the pages do not exist.
- The multipliers in python and pypy are now less strict.
- Now we have a lot more result status to understand what happen with the submission.
- Refactored all permissions levels.
Styles π¨
- Added a custom style to scroll bar.
- Added 'Go Back' buttons in some forgotten areas.
- Increased area size of Home button.
- Create a custom style para contest mode!
- Problem layout improved.
- Leaderboard layout improved.
- Navbar layout improved.
- Language multiplier table added to the submission form.
Fixes π
- Fixed crashes when downloading a problem with big inputs.
- Fixed bugs when using teams with contest.
- Now the server won't save the file if it's not a valid text file.
- Fixed a bug when you couldn't download or see a old code.
- Fixed a bug when you couldn't see why compilation error happens.
v1.0.0 - Lets the party begin! πππ
Date: 29-04-2024
By: Crazynds
Features β¨
- Added support for Python 3.11 and Pypy 3.10
- Added party comemoration for accepted submissions
- Added sadface rain for non accepted submissions
- Created 'scorer' to rank the submissions
- Created a global rank
- Created this update list π₯³
Changes βοΈ
- Enchanced Profile page and added a list of all solved problems by the user
- Change submissions page to automatically update using sockets and broadcast messages
Fixes π
- Small bugs that I dont remember