mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-14 16:14:27 +08:00
auto commit
This commit is contained in:
@ -166,7 +166,7 @@ if(!a && !b) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
if(a || b) {
|
if(!(a || b)) {
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user