thanatos_17's blog

By thanatos_17, history, 12 months ago, In English

submission #2492987279 is getting WA in TEST CASE 16 of Problem 520A https://codeforces.net/contest/520/submission/242987279 please help

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

| Write comment?
»
12 months ago, # |
  Vote: I like it +14 Vote: I do not like it

Just try to output the string $$$x$$$ after function small and you will find that there's no change.

That's because you forget to add & in string abc so that the changes only perform on $$$abc$$$, not $$$x$$$.