Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

galen_colin's blog

By galen_colin, 4 years ago, In English

upd: has been fixed now

This seems like a problem. On problem A, the statement guarantees 2n1014, but the validator accepts n=1, causing an invalid edge case for many solutions.

For example, this hack should not work. The input is just:

1
1

pinging {Supermagzzz, Stepavly, MikeMirzayanov}

  • Vote: I like it
  • +39
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it +28 Vote: I do not like it

It should be fixed, but the round is already unrated so IMO it doesn't affect much.

»
4 years ago, # |
  Vote: I like it +11 Vote: I do not like it

This doesn't affect the point of this blog, but as a side note, it seems strange that the statement doesn't allow n=1 in the first place.

»
4 years ago, # |
  Vote: I like it +9 Vote: I do not like it

It's a big mistake, I'll wix it. Thanks for the issue.