You are not logged in. Please login at www.codechef.com to post your questions!

×

The old forum can be viewed here. Seek help.

What kind of comment should I post on the problem page?

12
1

Is there any comment posting guideline? I am new on this website. I have so many doubts while I participate in a contest. Can I ask them on the problem page by posting a comment? Will I be banned for asking something which is not relevant?

asked 25 May '12, 23:12

anup's gravatar image

anup ♦♦
654132230
accept rate: 50%


Comments are a mechanism for the users to interact with the problem setting panel, the admins and other users to get their queries answered. Hence, it is important that the users are responsible while posting a comment so that those who answer the comments have to go through only meaningful and less number of comments. The likelihood of getting a reply to your comment also gets increased in such a scenario.

We have observed that a huge number of comments are being posted during our contests which are not relevant and could be avoided. It makes the life of our problem setters very difficult as they have to scan through all such comments to reply to only the ones which are relevant.

Hence we have come up the a comment posting guidelines which we expect each one of us to adhere to.

During a live/running contest:

  • You cannot share your logic, answer, input, code, hint, algorithm, etc.

  • You cannot share the run-time or space complexity of your solution.

  • You cannot ask hints to solve the problem.

  • You cannot ask more test cases.

  • You cannot ask for help for finding bugs in your code.

  • Do not comment if it is absolutely not necessary to do so.

  • Read all the previously posted comments for a problem before posting your comment to avoid asking the same query twice.

  • Read our FAQ thoroughly before asking a question. If the FAQ does not have your question answered, only then post your query.

  • You can post questions regarding any clarification in the problem statement. However, please read the problem statements multiple times before posting your query. We take great care in trying to come up with unambiguous problem statements and most of the times it has been found the the query asked is answered by a careful reading of the problem statement.

  • Your comment should be relevant to the page on which you are posting it.

  • Any question or query that is not relevant to the problem or the page that you are on, you should not post it as a comment there. All such questions should be asked in this forum.

The following rules must be adhered to for posting any comments across the website. Users not doing so may face permanent suspension from the website.

  • Posting of any filthy, inappropriate or abusive language is strictly prohibited.

  • Any advertisement or marketing content is not allowed.

  • Spamming the comments section will not be accepted under any circumstances.

link

answered 25 May '12, 23:19

admin's gravatar image

admin ♦♦
4.0k31114307
accept rate: 35%

edited 25 May '12, 23:39

3

And what about "Java is too slow for this problem (TLE), same algorithm in C/C++ works fine." hint? I think, it is similar to "Warning: large Input/Output data, be careful with certain languages" warning. Because there are such problems, in which time limit multiplication is not enough. And if someone is programming only in Java he/she has no chance to solve such problem, so this hint simply tells "skip this one".

(31 May '12, 20:03) betlista ♦♦
9

According to this rules, is there something that I can ask?

(01 Jun '12, 21:44) betlista ♦♦
1

@belista: Yes. Any dis-ambiguity in the problem statements. Anything that you cannot understand and which cannot be genuinely found elsewhere.

(06 Dec '12, 14:56) admin ♦♦
1

Yes, but when I want to describe the dis-ambiguity I prefer to show it using some example test case and that's agains "share hints" and "share input" rules...

(10 Apr, 16:14) betlista ♦♦

How do I format a comment to include line breaks, for example? HTML is not allowed.

link

answered 11 May, 00:32

evandrix's gravatar image

evandrix
314
accept rate: 0%

-1

whr wrong answer?

link

answered 02 Dec '12, 03:05

al_helal's gravatar image

al_helal
13
accept rate: 0%

2

Please post questions on a relevant thread. Do not post code here. Give a link to your submission.

(02 Dec '12, 03:44) admin ♦♦
(06 Dec '12, 13:11) myway
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×104
×54
×2

Asked: 25 May '12, 23:12

Seen: 22,952 times

Last updated: 11 May, 00:32