79832175

Date: 2025-11-28 01:25:09
Score: 0.5
Natty:
Report link

C++20:

#include <format>

...
  std::cout << std::format("{:b}", num) << '\n';
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • No latin characters (0.5):
  • High reputation (-1):
Posted by: Carlo Wood