How do online judges work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do online judges work?

I would like to know how online terminals(ide) works, and what are the process involved in it?

26th Jul 2020, 1:14 PM
Saurabh S Naik
Saurabh  S Naik - avatar
4 Answers
+ 9
It takes your code, compiles it, checks for compilation errors, executes your code by giving some hidden inputs and collecting the output your code gave, checks for runtime errors and finally matches your output with their hidden test outputs!
26th Jul 2020, 1:16 PM
Arsenic
Arsenic - avatar
+ 2
Thanks but I need to know about 1)how it takes my file in server 2) how it runs in server with 'hidden' inputs 3)How it can run multiple languages? 4) What are technologies behind it? In a simple way if I were to build an online ide, how can I do it, What are the technologies I need to learn?😇 #cheers #happy_coding
1st Aug 2020, 1:07 PM
Saurabh S Naik
Saurabh  S Naik - avatar
+ 1
Thanks..🙌
1st Aug 2020, 1:39 PM
Saurabh S Naik
Saurabh  S Naik - avatar