2016年10月9日
摘要: 进位,余数,注意判断i ,j 的值,这两个字符串长度不一定相等最后一个数据的处理 #include <iostream>#include <string>using namespace std; string addStr(string str1, string str2){ string str; 阅读全文
posted @ 2016-10-09 17:42 邶风 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <time.h> #define CLOCKS_PER_SEC ((clock_t)1000) int binsearch(int, int array[], int n); int main(){ int array[] = {2, 5, 6, 阅读全文
posted @ 2016-10-09 14:55 邶风 阅读(171) 评论(0) 推荐(0) 编辑