Welcome to QSubmit.
I've been practicing programming contest problems for a while. However, I found copying my code, paste it onto the Online Judge, and then paste it is cumbersome. Needless to say wait there refresh until getting your final AC.
These could be simplified!
I'm writing a set of command line code to submit solutions to Online Judges automatically, and show results in a shot. It's super simple to use, and you definitely should try it out!
What you need to do is simply copy the file into your problem solution folder, say ~/ural_solutions/. Then use your favorite text editor, change the two lines to your information
16 # configuration.
17 judge_id = ""
18 user_name = ""
Then you could run the following command to submit a solution, and it would bring you back whether you have ac!
$ cd your_folder_for_problems
$ python submit_ural.py your_problem.cpp
Shows:
$ python submit_ural.py 1306.cpp
Posting source code...
Succesfully posted your code... Waiting for result!
[-----> ]
->Congrats! Accepted!
5644210 01:53:32 1 May 2014 masque 1306 . Sequence Median G++ 4.7.2 Accepted 0.156 925 KB