笔试面试 关于以下复合函数f 的运算值正确的是? set x 2;set y 5;set z 6.0; set f1 [expr $y/$x-$z] set f2 [expr int($f1)] set f3 [expr pow(2,$f3)]