Jason Nguyen
Results
2
issues of
Jason Nguyen
## Problem ```c #define DISPLAY_LEVEL 0 printf("%10s%s", DISPLAY_LEVEL ? level : "", DISPLAY_LEVEL ? " " : ""); ``` Even if you `#define DISPLAY_LEVEL` as `0`, the `%10s` stipulation of...