1146: C语言5.9

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:5 Solved:3

Description

有一个函数:

给定x值,输出对应的y值。

Input

一个整数x。

Output

输出x值对应的y值。
请注意行尾输出换行。

Sample Input Copy

12

Sample Output Copy

25

Source/Category