Kageyama_29's blog

By Kageyama_29, history, 22 months ago, In English

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

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

| Write comment?
»
22 months ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

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.