public static void main(String args[]){
int a[]={1,5,8,10,16,18,21,26};
Scanner scan = new Scanner(System.in);
int b = scan.nextInt();
int start = 0,end = a.length-1,middle = (start+end)/2;
while(star...
英文文章 | 文章字数 | 测试时长 | 准确率 | 速度 | 退格数 | 出错数 | 成绩 |
---|---|---|---|---|---|---|---|
《二分查找(输入一个数,输出位数,没有输出不存在)》 | 403字 | 1.0分钟 | 85% | 68 CPM | 16 次 | 12 | 不及格,错误太多! |
本次出错的字 r,i,n,g, ,a,r,g,e,[,],) | |||||||
小小建议:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
|
|||||||
励志名言: 希望本无所谓有,也无所谓无,这就像地上的路,其实地上本没有路,走的人多了,也便成了路。 ——鲁迅 |