练习
popul
这个作者很懒,什么都没留下…
展开
-
今日代码
@[TOC]) #include<stdio.h> #include<stdlib.h> /*int bin_search(int arr[],int left,int right,int key) { int mid=0; while(left<=right) { mid=left+(right-left)/2; if(arr[mid]>key) { righ...原创 2019-05-07 20:57:48 · 284 阅读 · 0 评论 -
2019.5.12
@[#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<string.h> #include<assert.h> //int my_strlen( const char*str) //{ // int count=0 ; // assert(str...原创 2019-05-12 22:03:53 · 139 阅读 · 0 评论