Блог пользователя kdih21

Автор kdih21, история, 16 месяцев назад, По-английски

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

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
16 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.)