weaersedf's blog

By weaersedf, history, 4 months ago, In English

What you wish to get/have on Christmas? I'll start with mine to get upvote on this post :)

Full text and comments »

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

By weaersedf, history, 13 months ago, In English

what is the reason that sometimes when I submit a code with version of c++ I get different results for example I sent the same code once with GNU C++20 (64) : https://codeforces.com/contest/196/submission/198388633 and GNU C++17: https://codeforces.com/contest/196/submission/198388671 but as you can see one got memory limit on test6 but the other one passed it(I know none of them got accepted but still the one with GNU C++17 passed more tests) this happened to me couple more times and even in some of them one got accepted and one didn't and this was just an example. I would appreciate it if you can explain this to me thanks!

Full text and comments »

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