How to submit?

You have to submit your solutions using this web based form. The submission page will be active only during the scheduled time of the contest.

How to interpret the judge results?

You can observe the following replies:

Is there any penalty for wrong solutions?

Yes, you will be penalized 20 minutes for wrong submissions. The team solving the maximum number of problems in minimum aggragate time will be the winner in the contest. The judge is giving compile error, while the program is working fine on my computer

With our previous experiences, we have learnt that people face the following errors while submitting problems

The Rank page is not showing my team!

The rank page will show only the top 100 teams.

The rank page is not update :(

The rank page will update itself, whenever you submit a correct solution.

How is my program going to get input?

Your program will get input through standard input, and the output of your program should be directed to the standard output. Use commands lie scanf (in C), cin (in C++), BufferReader (with System.in in java) etc for the inputs.

Does gcc/g++ support conio.h?

No, gcc does not support conio.h.

Back to WPC homepage