标签:limit ios url 输入 style sub img jpg http
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 29965 Accepted Submission(s): 20289
1 #include <iostream> 2 #include <cstdio> 3 using namespace std; 4 5 int main() 6 { 7 8 int C, n; 9 10 scanf("%d", &C); 11 12 while (C--) { 13 scanf("%d", &n); 14 printf("%d\n", 1 + 2 * n * n - n); 15 } 16 17 return 0; 18 }
标签:limit ios url 输入 style sub img jpg http
原文地址:http://www.cnblogs.com/bofengyu/p/6731528.html