2016年10月14日
摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 main() 4 { 5 int a[50]; 6 int b[50]; 7 int num,count,i; 8 printf("1.加法\n"); 9 printf("2.减法\n");10 printf("3 阅读全文
posted @ 2016-10-14 13:20 呆呆码农 阅读(127) 评论(0) 推荐(0) 编辑
  2016年9月19日
摘要: 测试代码如下: [cpp] view plain copy void main(int i,int j) { queens(); printf("count:%d",count); getchar(); } [cpp] view plain copy [cpp] view plain copy 代码 阅读全文
posted @ 2016-09-19 13:40 呆呆码农 阅读(154) 评论(0) 推荐(0) 编辑