Problem1310--将x的平方赋值给y

1310: 将x的平方赋值给y

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 1
[Submit] [Status] [Web Board] [Creator:]

Description

假设x的值为3,计算x的平方并赋值给y,分别以“y = x ∗ x”和“x ∗ x = y”的形式输出x和y的值。

Input

本题无输入

Output

本题无输入

Source/Category