upload chapter2 homework

This commit is contained in:
18218461270@163.com 2025-07-23 00:56:05 +08:00
parent 0ce09fc1c5
commit 9d47a38269

View File

@ -1,5 +1,4 @@
#include <assert.h>
#include <stdio.h>
int threefourths(int x) {
int p = x >> 2, q = x & 3;