更正了题目中的错误。
This commit is contained in:
parent
10658b7245
commit
6d256189dc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ tags:
|
|||
| # | 表达式 |
|
||||
| :---: | :------------------------------ |
|
||||
| 1 | `a + b > c && b == c` |
|
||||
| 2 | `a || b + c && b = c` |
|
||||
| 2 | `a || b + c && b - c` |
|
||||
| 3 | `!(a > b) && !c || 1` |
|
||||
| 4 | `!(x = a) && (y = b) && 0` |
|
||||
| 5 | `!(a + b) + c - 1 && b + c / 2` |
|
||||
|
|
Loading…
Reference in a new issue