suggi_d_luffy's blog

By suggi_d_luffy, history, 9 years ago, In English

Here's my code.Its working for the given test cases but giving a WA on submission.

Solution link : http://ideone.com/JcEHbc Problem link : Uva 410

Tags wa, help
  • Vote: I like it
  • +3
  • Vote: I do not like it

| Write comment?
»
9 years ago, # |
  Vote: I like it +1 Vote: I do not like it

Auto comment: topic has been updated by suggi_d_luffy (previous revision, new revision, compare).

»
9 years ago, # |
Rev. 5   Vote: I like it 0 Vote: I do not like it

You're not printing a new line after every chamber. And you're printing extra spaces.

Try to print " i:" and then print spaces only when necessary. Also, don't forget to print the new line after every chamber.

Yeah, I know, it's ridiculous to get WA because of f****ing spaces, but unfortunately, not all checkers are Codeforces. I'm sick of getting WA because of a missing new line, an extra new line, or because the stupid compiler can't handle precision correctly. Those things don't prove how skilled you are, just how patient you are to deal with irritating stuff.