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

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

26 Likes

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

3 Likes

http://www.codechef.com/viewsolution/1601102

why wrong answer???

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

2 Likes

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…

6 Likes

This thread is wrong place to ask such question, ask it on your problem tutorial page, please.

Please, ask on editorial thread - GRANAMA - Editorial - editorial - CodeChef Discuss

it’s markdown syntax. You can add double spaces and a traditional line break(\n) at the end of a line and a will be inserted.

3 Likes

Can I ask whether certain input (not contained in the sample input) is valid for the problem?

i cannot match the explanation with the problem statement…how it is?

http://www.codechef.com/viewsolution/5235022

Can I change the alphabets after deleting to make the given string as palidrome?

Please do not post a Question as an answer here. If you want to ask a question, go to Discuss -> Forums -> Ask a Question.

How do we delete a comment already posted on the problem page? Can please you make such option available?

you are genius, we need to protect you at all cost.

Valid point

sir by mistake i posted the code on comment because on intellij ide my code is working well but in codechef it show wrong answer. will it affect my codechef account, i am new on this account.

there might be a side case that your code has not covered. you can ask AI or press the debug button and fix it.