Testing
go to icpc.egr.duke.edu (currently speedyguy17.info/ucpccc-master) navigate to "log in". Your creditials are netid/netid. Note: this is NOT your OIT password. your password is literally your netid. under submissions, select the problem, language, and browse to find the approriate .java or .cc file click submit and you should get a result soon! Possible results Correct Incorrect Output....your program ran, but gave the wrong answer excessive output....consider it incorrect output output format exception....consider it incorrect output runtime error....your program crashed compile error....your program didn't compile...if you think this is in error, let me know, since sometimes it's just version mismatches NOTE: do NOT!!! include the java "package" declaration in the top of your file....it won't work. also don't start your class names with underscores.