I can judge my code if I have the judge datas with me in Linux by keeping all *.in, *.out and main.cpp code file in one folder and run this command in the terminal. But how can I do this type of things in Windows, in CMD or something like this? Is there any equivalent code for the above one? If anyone knows, please share. :D
I've heard that Windows supports Bash now. The command you've posted is basically Bash. You can try it in Windows (Latest Version) too.
May be useful for you?
That's really something I was looking for. :D thanks :D
But it is printing the whole input file, how to avoid it?
echo off
Can you elaborate?