int i = 1;
int j = i++;
if (( i > ++j ) && ( i++ == j ))
i += j;
private string name;
public string Name
{
get
return name;
}
评价对象得分