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

Автор HNS_17502, история, 3 года назад, По-английски

Hello everyone,

For question 1512C I am getting a wrong answer for test case 2 for the following code My_Solution. Can anyone guide me for which test case my code is not working? Thanks in advance :) .

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

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

I don't know what the actual test case is, but a case I found where your code is wrong is

1
4 2
?00???
»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

The following hacking program should output a randomly generated test case whose output is different from the expected output.

A-B Palindrome - Hacking
»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I think this might be a good time for learning stress testing. Here are couple of resources that helped me : blog tutorial and video tutorial