You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent some time debugging printf("%d\n", some_long). Got wrong answer from AOC because this only printed the first 32 bits of my correctly calculated answer.
Would be nice if the compiler warned about this, like C compilers do.
The text was updated successfully, but these errors were encountered:
I spent some time debugging
printf("%d\n", some_long)
. Got wrong answer from AOC because this only printed the first 32 bits of my correctly calculated answer.Would be nice if the compiler warned about this, like C compilers do.
The text was updated successfully, but these errors were encountered: