int x=1;
bool a = ++x * x > 5;
bool b =2>3 ;//请赋值
Console.WriteLine(a==b);
为什么这个结果是true?
我想了想,因为false等于false啊,啊,好蠢