Re: Online Judge.

2018-09-08 Thread Kasper Laudrup
Hi Razibul On 08/09/2018 13.03, Md. Razibul Hasan Mithu wrote: I want to make custom. Sometimes it will work locally without any internet. You should be able to run Matt Godbolts excellent compiler explorer locally, although that is not written in Python and I haven't tried running it local

Re: Online Judge.

2018-09-08 Thread Md. Razibul Hasan Mithu
n Thursday, September 6, 2018 at 12:19:07 PM UTC+5:30, Md. Razibul Hasan > Mithu wrote: >> >> I want to make an *Online Judge System*. That system runs* C/C++* code >> and Take output using some inputs. But Problem is how can I run a code *Using >> Python* Language and

Re: Online Judge.

2018-09-06 Thread satheesh
You can use third_party api's for compiling the code, instead of spending time on this. https://www.hackerearth.com/docs/wiki/developers/v3/ On Thursday, September 6, 2018 at 12:19:07 PM UTC+5:30, Md. Razibul Hasan Mithu wrote: > > I want to make an *Online Judge System*. That syste

Online Judge.

2018-09-05 Thread Md. Razibul Hasan Mithu
I want to make an *Online Judge System*. That system runs* C/C++* code and Take output using some inputs. But Problem is how can I run a code *Using Python* Language and take all output especially runtime and memory for making all verdict like *Wrong answer, TLE, MLE. * -- You received this