altahsh's blog

By altahsh, history, 9 months ago, In English

This is very bad

i want to know what is the test ?

there is not anyway to know that

Codeforces Developer PLS can u help us to do that ?

this will be good for all people

thx....

  • Vote: I like it
  • -16
  • Vote: I do not like it

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

what do you mean

you can know the test

»
9 months ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

I think you mean the 200th number in the output is different

Usually When I'm struggling I use a counter to count test cases, when it reaches 200 I print the input but replace all spaces and new lines with characters ('s' and 'n') for example, The Checker Log will be something like

expected 2 but found '3n1s2s3s'