kdih21's blog

By kdih21, history, 15 months ago, In English

Iam getting wrong answer on test case 2, 255th numbers differ. But it's showing only few test cases, not upto 255th. Someone please help me on which test case my code gave wrong answer. I'd very grateful if you could help me. I am attaching the submission below. In the code I am first finding the factors and then using recursion I am checking every possibility. https://codeforces.com/contest/1777/submission/190067228

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Currently, there are no official way to view the whole testcases.
If you really want to view the case, submit a caseworked code.(In this case, you have to output the correct answer for the sample and otherwise output only 255th testcase itself.)