摘要: #include #include #include #include #include #define NOT_IN_MESSAGE "search %d not in %s\n "#define IN_MESSAGE "search %d in %s, that Index of array eq %d\n "#define ERROR -1#define MAX_INT_DIGIT 10int * getSizeTable();int str2int(char*);char * int2str(int);int binsearch(int , in 阅读全文
posted @ 2014-02-07 02:28 I return back 阅读(401) 评论(0) 推荐(0)