先引用math函數:include<math.h>
ex.10^6 : double a = pow(10,6);
ex.|-10| : int k = abs(-10);
懶得打六個0、寫兩次大於小於(・∀・)