摘要: #include <stdio.h>int qiu(int x,int y){ if(x==1&&y==1)return 1; else return 0;} int main(){ int maxx=1; int a[100][100]; int x,y,i,j; scanf("%d %d",&x 阅读全文
posted @ 2016-07-22 22:26 师庆禄 阅读(361) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<string.h>int main(){ char a[1000][3]; int i,j,k,x; char z; scanf("%d",&x); getchar(); for(i=0;i<x;i++) { gets(a[i]); } for(i 阅读全文
posted @ 2016-07-21 09:03 师庆禄 阅读(141) 评论(0) 推荐(0) 编辑
摘要: #include<math.h>#include<stdio.h>int main(){ int a,b; int s; int t; while(scanf("%d",&a)!=EOF) { int i; for(i=0;i<a;i++){ scanf("%d",&b); s=pow(b+b+1, 阅读全文
posted @ 2016-06-10 19:59 师庆禄 阅读(191) 评论(0) 推荐(0) 编辑