练习专区

今天的一小步就是明天的一大步
Problem 1232 求代数式的值(一)(C基础)
Accepted: 9   Total Submit: 11
Time Limit: 1000ms   Memory Limit: 30720KB
Description
编写程序,读入一个数存到变量x中,求代数式x2+2x+3的值并输出。
Input
变量x的值
Output
代数式x2+2x+3的值。
Sample Input
2
3
4
Sample Output
11
18
27
Hint
提交     返回