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
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

  1. 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.
  2. The problem statements will be in Farsi.
  3. 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.
  4. 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.)
  5. 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.
  6. 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.
  7. 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".
  8. If you get an "Accepted" for any problem without solving the problem yourself, you will be disqualified, and removed from KOPCS.
  9. 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.
  10. In any and all cases, the decision of KOPCS admins and contest judges is final. They can revise their decisions, but that's it.
Reply all
Reply to author
Forward
0 new messages