SuperGrover's blog

By SuperGrover, history, 4 years ago, In English

Hello Beautiful Codeforces community. It is me, Super Grover. I'm trying to use a debugging template, here's link to the code — https://paste.ubuntu.com/p/QV3Q7QVQcq/ (it's tourist's BTW)

I'm getting this error for some reason — ~~~~~ c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../libmingwex.a(vsnprintf.o):(.text+0x0): multiple definition of `vsnprintf'; C:\Users\sg\AppData\Local\Temp\ccBLCp1S.o:code.cpp:(.text$vsnprintf[_vsnprintf]+0x0): first defined here collect2.exe: error: ld returned 1 exit status ~~~~~

I tried reinstalling MinGW several times, nothing seems to work. Any sort of help would be highly appreciated. Thank You!

Full text and comments »

  • Vote: I like it
  • +2
  • Vote: I do not like it

By SuperGrover, 5 years ago, In English

Contribution Scoring on CF is SHIT

I think the contribution scoring on CodeForces is really messed up. There are no official blogs explaining how it works. Also, the way contribution points increase or decrease really makes no sense. You get +1 contribution point if you get like 5 upvotes and you get a point decreased from your score if just one person downvotes it. Even if someone upvotes it later on and the number of upvotes reaches the same as it was before, the contribution point doesn't go back to where it was. I think a lot of people can relate to this. As I'm writing this blog, I have +5 on a comment and 0 on another comment and yet my score is -1 (The second comment got upvoted and then downvoted and now it's at 0). Can someone explain how the scoring works exactly?

Full text and comments »

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