aneee's blog

By aneee, history, 4 years ago, In English

Problem.

I solved the problem with three pointers. But when I sort the vectors first and the resize, I get an AC. If I sort them after making them unique, I get a WA.

AC Code
WA Code

Full text and comments »

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