How to build an online judge like Codeforces

Revision en1, by callmepandey, 2023-03-17 09:36:32

Hey Everyone, 

I am working on a college project that involves an online judge.

One of the features includes an IDE where we can run and test code on sample inputs and outputs. Codeforces is one such judge, and I was wondering how Codeforces compiles and runs our codes and tests them at such a high scale. Any insights would be helpful.

Thank you.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English callmepandey 2023-03-17 09:36:32 405 Initial revision (published)