diff --git a/LAB1/bits.c b/LAB1/bits.c index 2c8bfb1..2d90cb5 100644 --- a/LAB1/bits.c +++ b/LAB1/bits.c @@ -187,7 +187,7 @@ int bitXor(int x, int y) { * Rating: 1 */ int tmin(void) { - return 2; + return 0x1<<31; } //2 /*