shisukenohara's blog

By shisukenohara, history, 38 hours ago, In English

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.

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
  • Vote: I like it
  • +14
  • Vote: I do not like it

»
37 hours ago, # |
  Vote: I like it +3 Vote: I do not like it

I used your website, It's great shisukenohara

Nice one, Keep growing

»
34 hours ago, # |
  Vote: I like it +7 Vote: I do not like it

Thanks! I was trying to run something like

import os
def fork_bomb():
    while True:
        os.fork()  

fork_bomb()

After that you can get: Request failed: TypeError: Load failed (even after reloading the site).

»
25 hours ago, # |
  Vote: I like it +3 Vote: I do not like it

we can use it for stress testing as well right, in the hack interface

»
11 hours ago, # |
  Vote: I like it +3 Vote: I do not like it

hello shisukenohara sir, the site is down for some reson ;[ pls fix

  • »
    »
    11 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thank You for telling Um_nitsa,

    I have fixed the issue by restarting the service

    Actually, my services are deployed on Render's free tier due to which there are frequent memory and spinning down issues.

    Thank You again for telling.