kritinsharma's blog

By kritinsharma, history, 4 years ago, In English

My solution for the problem 1393B - Applejack and Storages of the contest Codeforces Round 662 (Div. 2) failed the main tests so I was looking for the correct solution in other participants' code and found an incorrect submission that passed the main tests.
Submission : 89237180
This solution fails for the test case
5
1 1 1 1 1
1
+ 1
The output should be NO but the code outputs YES. This means many incorrect submissions might have been accepted. I kindly request Codeforces people and AlFlen to look into the matter.

Full text and comments »

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