06 2016 档案

摘要:#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) 编辑