I’m using the ideone online interpreter (http://ideone.com/) to test some C++ and Python programs. How do I specify the command line arguments instead of using the STDIN input?
I’m using the ideone online interpreter ( http://ideone.com/ ) to test some C++ and
Share
Looks like you can’t, but a quick hack should do the trick:
Or convert the standard input into args: