$input int B; $input int N; $assume 02) { x=2; } $when (n>1) { x=1; } default: {x=0; } } } $assert (x == 2 || x == 1); }