Task Description
輸入兩個數字,將兩數相加後的值取平方值輸出
Input Format
輸入2個數字(換行輸入)
Output Format
計算答案。若答案包含小數,請輸出小數;若小數剛好為 0,則無需輸出 .0
Sample Input
5
6
Sample Output
121
Sample Input
5.5
6.6
Sample Output
146.41
Task Description
輸入兩個數字,將兩數相加後的值取平方值輸出
Input Format
輸入2個數字(換行輸入)
Output Format
計算答案。若答案包含小數,請輸出小數;若小數剛好為 0,則無需輸出 .0
Sample Input
5
6
Sample Output
121
Sample Input
5.5
6.6
Sample Output
146.41