CSAPP-Labs icon indicating copy to clipboard operation
CSAPP-Labs copied to clipboard

Data Lab的bits.c文件中使用了大量大整数常量

Open bernard035 opened this issue 2 years ago • 1 comments

要求是:Integer constants 0 through 255 (0xFF), inclusive. You are not allowed to use big constants such as 0xffffffff.

bernard035 avatar Dec 24 '22 17:12 bernard035

要求是:Integer constants 0 through 255 (0xFF), inclusive. You are not allowed to use big constants such as 0xffffffff.

你说的是 INTEGER CODING RULES 在FLOATING POINT CODING RULES中规定: You can use arbitrary integer and unsigned constants.

guang1220 avatar Apr 25 '23 09:04 guang1220