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

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

1978E - Computing Machine266794537. It's failing in hidden test cases.

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

»
22 месяца назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

Just add in your code counter of the q. And if the sum of q is 529, print the test (then terminate the program). But to not print all 529 numbers, you can skip all unneeded after 9th (so it passes the first test). With this you will see the test on which it fails.