upload datalab

This commit is contained in:
18218461270@163.com 2025-07-22 19:59:05 +08:00
parent b2646ee460
commit 8b7dac0e22

View File

@ -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);
}
/*