The compiler standard appears to be C23, which allows for %b. This allows for a trivial solution which probably isn't recommended. Try solving using bitwise first (intended solution).
The compiler standard appears to be C23, which allows for %b. This allows for a trivial solution which probably isn't recommended. Try solving using bitwise first (intended solution).