Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    \$\begingroup\$ isn't 0+0 with a trailing 0 00, which is 0? \$\endgroup\$ Commented Mar 31, 2017 at 20:58
  • \$\begingroup\$ Oh yeah. I forgot that \$\endgroup\$ Commented Apr 1, 2017 at 1:36
  • \$\begingroup\$ I tested it for you (also on Win7 64-bit). 1+55 returns 552. I don't understand the program well enough to explain why it returned that and not 561, but I tried some other inputs and got more weird results like 5+9=96. I'm not sure why that is, but my limited testing didn't find anything that outputs a correct sum... \$\endgroup\$ Commented Apr 1, 2017 at 4:03
  • \$\begingroup\$ It adds a trailing one to 55 so it becomes 551, 1+551=552 and 9 became 91, 5+91=96 \$\endgroup\$ Commented Apr 1, 2017 at 5:18
  • 1
    \$\begingroup\$ Oh, I see. I thought it was adding a 1 to the result. \$\endgroup\$ Commented Apr 1, 2017 at 5:21