10 Things You Should Know About Submitting Problems
0 views
Skip to first unread message
Morteza Toloo
unread,
Aug 6, 2006, 4:45:19 PM8/6/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to IAUM...@googlegroups.com
First of all don't forget to register for Tuesday contest. You will loose the contest if don't register before the contest.
10 Things You Should Know About Submitting Problems
The problem name is given at the top of the problem statement, below the title, in the parentheses. The problem name is an 8-letter maximum word, with all small English letters.
The problem statements will be in Farsi.
Your programs must read their input from a file with the name like this: "problemname.in", for example if the name of a problem is "
foobar", the name of the input file will be "foobar.in", without the quotation marks, and with that exact casing.
Your program must write it's output to the standard output, that means "printf" or "cout" in C++, "Write" in Pascal, for example. Openning a file other than input file is illegal. Everything written to stderr will be ignored (if you don't know what that is, just ignore this last sentence.)
For Java submissions: you have to name the class containing the "main" function "curcode
". Sorry about the lower case, but it has to be that.
Our systems have at least 2GHz CPUs. Most probably, the judgement will be done on 3GHz+ CPUs, but we will make sure that all the runs for a given problem is judged on similar computers.
The end-of-line (EOL) cahracter(s) that you use in your output does not matter. But everything else does. For example, if you have an extra space at the end of each line of your output, you will get a "Wrong Answer", or possibly an "Output Format Error".
If you get an "Accepted" for any problem without solving the problem yourself, you will be disqualified, and removed from KOPCS.
If any contestant uses other code than those written by him/herself during the contest in a solution, he/she will be disqualified and removed from KOPCS. Note that KOPCS is a single-person contest and not a team-based one.
In any and all cases, the decision of KOPCS admins and contest judges is final. They can revise their decisions, but that's it.