Skip to content

legolas-1/Codeforces-hacking-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces-hack-script

It automate hacking of solution in educational round on codeforces .

Requirments before use

1. python3
2. urllib module
3. json module
4. requests module
5. os module
6. working internet

Requirements before running script

1. contestID of contest

2. problemID of problem i.e. A,B,C..etc

3. number of solutions you want to check like 5000

How to Run :

1. Open Terminal navigate to directory where script is saved
2. Run python3 script.py
3. give input as asked
4. Enjoy :)

Tested on windows on bash, working fine. Right now, working for GNU C++14. Soon will extend for other languages too.

Result will be stored in ans.txt which consists of solutionID which gave wrong answer and username of contestant.

About

It automate solution hacking in educational round on codeforces .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages