标签:des style blog http io ar color os sp
2 1 2
2 7
#include<stdio.h> int main() { int test,n; scanf("%d",&test); while(test--) { scanf("%d",&n); printf("%d\n",2*n*n-n+1); } return 0; }
标签:des style blog http io ar color os sp
原文地址:http://blog.csdn.net/hdd871532887/article/details/41689153