2193: 【入门】编程求1平方+2平方+...+n平方
Memory Limit:16 MB
Time Limit:1.000 S
Submit数:5
Solved数:5
Description
编程求1平方+2平方+...+n平方
Input描述
输入一行,只有一个整数n(1<=n<=200)
Output描述
输出只有一行(这意味着末尾有一个回车符号),包括1个整数。
Sample Input Copy
5
Sample Output Copy
55
Source/Category
⋮