Launching a New Tool for Competitive Programmers: The First Code Compiler with Hacking Capabilities!

Revision en3, by shisukenohara, 2024-11-01 16:08:20

Link To My Website

Try It Out!!

Features

The website allows you to run code with stdin in Python3 or C++17 and it also allows you to smoothly try to hack someone else's solution smoothly via manually written test cases or generator (PS: It also tells if the code gives TLE or MLE).

  • Edit: As pointed out by near_ai, A new feature is added that doesn't let you run malicious code or the code which can potentially be harmful for the system.
  • Edit: Added the feature that lets input allowed Time (in seconds) and allowed Memory (in MB) in both Correct Code and New Code in Hack Interface making the functionality more robust.

Motivation

As a competitive programming enthusiast, I always wanted to hack a solution but as of now even after being a Codeforces Expert, I have never successfully hacked a solution.

As of now there are multiple websites that allow one to write code with stdin but there is nothing that makes it smooth to hack someone else's code via manual test cases or generator smoothly (at least I didn't find one), so I made one.

Note:

  • Please try it and give feedback or suggestions in comments
  • Please upvote if you like the website or the blog
Tags mywebsite, development, coding, compiler, python, programming competition, hack, c++

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en5 English shisukenohara 2024-11-05 22:47:29 101
en4 English shisukenohara 2024-11-05 22:45:35 179 Tiny change: 'oon</span>\n\n### **' -> 'oon</span>)\n\n### **'
en3 English shisukenohara 2024-11-01 16:08:20 190
en2 English shisukenohara 2024-10-31 00:50:06 426
en1 English shisukenohara 2024-10-29 23:23:44 1691 Initial revision (published)