26

单选题 26 /71

int fun(int a)
{
    a = (1 << 5) - 1; 
    return a; 
} 
fun(21)结果是()

参考答案

10
8
5
31