Your task is to define a struct Status that contains an anonymous union.
code
low
high
ok
Example Input:
258
Output:
low=2 high=1 ok=false
Explanation:
Test Cases
Test Results
Input
Expected Output