judge0
judge0 copied to clipboard
File URL in stdin
I'm creating an online judge using Jugde0, I have my test case input file uploaded on S3, I think it would be great if stdin
will also accept file URL
You can use the parameter "additional_files". You need to archive all your files in a zip file and attach the base64 encoded string. More details can be found in the documentation: https://ce.judge0.com/#header-single-file-programs-and-multi-file-programs
I suppose he was referring to the stdin
attribute to accept URLs, this would make it easy to host large files on a server and fetch and run on judge0 instead of downloading and sending over to judge0.
This feature will be part of Judge0 EE.