actualtsg's blog

By actualtsg, history, 3 weeks ago, In English

GCC 5.1 is too old and slow for today standard! I have encountered so many problem because of it

"qsort" implementation is slow:

"%lf" on printf is not working (scanf is worked), should be "%f" but that for float not double:

    • code 500D: (364906153 WA) (364906215 AC after 10 retries figuring out that the problem was %lf!)
    • comment: you can see on my WA submission that I just printing 2.0 but output always 0.0 for unknown reason :(

sscanf / sprintf is slow:

"%hhu" is not working (can't scan / print unsigned char number from stdin / to stdout directly):

    • comment: compiler is too old for the %hhu feature :(

Calling printf frequently is slow in C but fast on C++:


Conclusion: The old compiler has a lot of problem! Imagine using unoptimized gcc 5 on 2026 >,< Now there is gcc 15 which is 10 versions above. Why not upgrade the compiler? @MikeMirzayanov

Full text and comments »

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

By actualtsg, history, 2 months ago, In English

I can only post at most 1 comment in 10 minutes:

Also I can only post at most 4 comments in a hour:

Also some user e.g. Loong_lynx can post 2 comments instantly without limitation:

How to remove this limitation? This is really annoying :(

Full text and comments »

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

By actualtsg, history, 2 months ago, In English

Why blog entries regarding CF hacking incident today:

is deleted or made hidden without explanation? Is it contain sensitive data that the admin want to hide?

Full text and comments »

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