Browse Source

Finish tmin

main
邓博昊 8 months ago
parent
commit
1fbd97ac02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LAB1/bits.c

+ 1
- 1
LAB1/bits.c View File

@ -187,7 +187,7 @@ int bitXor(int x, int y) {
* Rating: 1
*/
int tmin(void) {
return 2;
return 0x1<<31;
}
//2
/*

Loading…
Cancel
Save