Tparsa's blog

By Tparsa, history, 10 years ago, In English
  • Vote: I like it
  • -18
  • Vote: I do not like it

»
10 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Usually these teach you something more than an AC solution down the long road. I failed C today at test #132 because I used unordered_map instead of an ordered one. My fault of course because I relied on hashing, but well lesson learnt.