CSAPP-3e-Solutions icon indicating copy to clipboard operation
CSAPP-3e-Solutions copied to clipboard

chapter3/3.72.md 有一处笔误

Open aQuaYi opened this issue 7 years ago • 1 comments

你的答案

which e1 n s1
least 1 even n%16==1
greatest 24 odd n%16==0

正确答案

which e1 n s1
least 1 even s1%16==1
greatest 24 odd s1%16==0

aQuaYi avatar Aug 10 '18 03:08 aQuaYi

我进行了严格的数学推导 https://github.com/aQuaYi/CSAPP3E/blob/master/homework/03/3.72.md

aQuaYi avatar Aug 10 '18 04:08 aQuaYi