# 期望:编译通过 - `sel` = 0 → `out` = 10;`sel` = 1 → `out` = 20;其他 → `out` = 30 - 必须编成比较 + 条件跳转,不逐分支执行