Task Description
輸入兩個數字A,B(換行輸入),
先將第一個數字A乘3,
再將第二個數字B平方,
判斷A是否大於B。
若大於印出True 反之印出False。
Input Format
讓使用者輸入2個數字A, B(換行輸入)。
Output Format
計算答案,輸出比較結果。
Sample Input
2
3
Sample Output
False
Sample Input
5
3
Sample Output
True
Task Description
輸入兩個數字A,B(換行輸入),
先將第一個數字A乘3,
再將第二個數字B平方,
判斷A是否大於B。
若大於印出True 反之印出False。
Input Format
讓使用者輸入2個數字A, B(換行輸入)。
Output Format
計算答案,輸出比較結果。
Sample Input
2
3
Sample Output
False
Sample Input
5
3
Sample Output
True