摘要:
输入两个无符号整数x, y, 用位操作实现无符号整数的乘法运算。不用考虑整数的溢出。 输入: 235 657 输出: 154395 代码如下: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 5 int main( 阅读全文
posted @ 2019-01-31 23:38
WooKinson
阅读(349)
评论(0)
推荐(0)

浙公网安备 33010602011771号