Simplified branch tests
This commit is contained in:
parent
b5bb291e47
commit
03a07b6460
@ -33,11 +33,9 @@ main() {
|
||||
exit(1)
|
||||
}
|
||||
|
||||
if x != x || x != x || x != x || x == x || x != x {
|
||||
if x + 1 == inc(x) && x - 1 == dec(x) && x == dec(inc(x)) {
|
||||
if (x == x && x != x || x == x && x == x) && (x == x && x == x || x == x && x != x) {
|
||||
exit(0)
|
||||
}
|
||||
if (x == x && x != x || x == x && x == x) && (x == x && x == x || x == x && x != x) {
|
||||
if (x != x || x == x) && (x != x || x != x) || (x == x || x != x) && (x != x || x == x) {
|
||||
exit(0)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user