2024年10月18日 10:32

This commit is contained in:
许大仙 2024-10-18 02:32:17 +00:00
parent 124a058127
commit a41bbbc925
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -2378,4 +2378,3 @@ int main() {
> * ② 不要把一个表达式写得过于复杂,如果一个表达式过于复杂,则把它`分成几步`来完成。
> * ③ 运算符优先级不用刻意地去记忆,总体上:一元运算符 > 算术运算符 > 关系运算符 > 逻辑运算符 > 三元运算符 > 赋值运算符。