第一题
x=1 >> case1 a=1 因为case1后面没有break,继续执行case2 a=2 b=1
第二题
因为fun()没有用引用传值,属于fun函数内部处理,不改变main函数里的值 a=3 b=4 c=5