会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
uTank-木头
每一个你不满意的现在,都有一个你没有努力的曾经。
博客园
首页
博问
闪存
新随笔
订阅
管理
12 2015 档案
大数加法、乘法
摘要:1 #include <stdio.h> 2 #include <string.h> 3 #include <stdlib.h> 4 5 // x1 + x2 = yy 6 int add_1(char *x1, char *x2, char *yy) 7 { 8 int x1_len, x2_le
阅读全文
posted @
2015-12-18 23:55
uTank
阅读(283)
评论(0)
推荐(0)