upload datalab
This commit is contained in:
parent
b2646ee460
commit
8b7dac0e22
@ -212,8 +212,7 @@ int isAsciiDigit(int x) {
|
||||
* Rating: 3
|
||||
*/
|
||||
int conditional(int x, int y, int z) {
|
||||
x = !!x;
|
||||
x = (x << 31) >> 31;
|
||||
x = !x - 1;
|
||||
return (x & y) | (~x & z);
|
||||
}
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user