Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

Calling f() will print 2 if you compile with -O0, but will print 3 0 if you compile with -O2.

Compliant Solution

...