This is a code runner for python, useful for competitive programming, to test your code your self
Run the Runner.py for main code
- For Main File Click "Open File" then select Solution >> Q1.py
- For Input Directory click "Open Directory" then select input1
- For Output Directory click "Open Directory" then select output1
- Click on "Run!" Button to run the code
- It should have Result "AC"
The code chosen at main file could give few result
- "AC" means it passed all inputs and gave the right output
- "WA" means it gave different output compared to the output file given
- "TLE" means it didn't finish in given Time Limit
- "RE" means it had runtime error
- Make sure you have input files and output files ready
- The code your are going to run have to read and write to standard input and output
- Anything print on stderr will not be read