m-s-abeer / vjudge-to-oj

Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
MIT License
59 stars 10 forks source link

fix: Bug in rendering CF problems that don't have a contestId #2

Closed smhimran closed 4 years ago

smhimran commented 4 years ago

The script was giving keyError for CF problems that didn't have a contestId, such as acmsguru problem. I've fixed it by ignoring it. acmsguru problems need to be submitted manually. These problems can also be submitted, but the submission url will need to be changed.