2019年5月26日
摘要: #include <stdio.h>const int N=5;int binarySearch(int x[], int n, int item);int main() { int a[N]={3,23,56,78,1000}; int i,index, key; printf("数组a中的数据: 阅读全文
posted @ 2019-05-26 22:12 neorenaissance 阅读(101) 评论(1) 推荐(0)
  2019年4月15日
摘要: #include int main(){ int i=0,n; int count=0; for(i=100;i int main(){ int i,j,k; char space=' '; for(i=1;i=i;j--) { printf("%c",space); } for(k=1;k<=(... 阅读全文
posted @ 2019-04-15 21:38 neorenaissance 阅读(98) 评论(1) 推荐(0)
  2019年4月2日
摘要: #include<stdio.h> int main() { int answer; printf("输入一个答案A,B,C,D:\n"); scanf("%c",&answer); switch(answer){ case 'A':printf("binggo,you are right\n"); 阅读全文
posted @ 2019-04-02 23:09 neorenaissance 阅读(109) 评论(5) 推荐(0)
  2019年3月23日
摘要: 判断星期的截图 小写字母转换成大写字母截屏 总结 好难啊,以后要好好用心学习 阅读全文
posted @ 2019-03-23 00:04 neorenaissance 阅读(101) 评论(0) 推荐(0)