upload chapter2 homework
This commit is contained in:
parent
0ce09fc1c5
commit
9d47a38269
@ -1,5 +1,4 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
int threefourths(int x) {
|
int threefourths(int x) {
|
||||||
int p = x >> 2, q = x & 3;
|
int p = x >> 2, q = x & 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user