79716300

Date: 2025-07-27 09:44:00
Score: 2
Natty:
Report link
  1. Add and discard the carry out (it doesn't play any role in determining overflow).

  2. Now check if both the original numbers have same sign and the result has opposite sign (simply check their most significant bits). If so overflow has occured and obtained answer is wrong. Else you have the correct answer.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vasanth P