gambler's blog

By gambler, history, 18 months ago, In English

Here Size added before and after adding hash value to the root. as seen in the code size of child must not affect the result, here is the snippet of submission which result is WA

and here is the AC submission, rest of the code is same

 here is link of AC submission ACCEPTED SUBMISSION

here is the link WA submission WA at test-68

Any help is welcomed,TIA

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

| Write comment?
»
18 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Just random (rng) things. Here is your WA submission that got AC. Sadly you cannot submit same code again on Codeforces.

Submission ID for comparison