79458824

Date: 2025-02-21 23:17:15
Score: 3
Natty:
Report link

As per C standard, the result of signed integer overflow is undefined. See a short summary on cppreference

Because of that, whatever GCC is doing is technically correct.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: O.S.