79707766

Date: 2025-07-20 06:07:28
Score: 3
Natty:
Report link

If you are using a mingW C compiler and in windows this happens because of the way in the printf interprets the long double as double.

you can fix this by using __mingw_printf() instead of printf() :)

For reference https://stackoverflow.com/a/14988103/25043047 .

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hari Haran