|
||||||||||
Calculate the formulaTime Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12950 Accepted Submission(s): 3996 Problem Description You just need to calculate the sum of the formula: 1^2+3^2+5^2+¡¡+ n ^2. Input In each case, there is an odd positive integer n. Output Print the sum. Make sure the sum will not exceed 2^31-1 Sample Input
Sample Output
Author wangye Source | ||||||||||
|