前置技能

解說

自行輸入多少會有誤差,但使用反三角進行計算就能最大地減少誤差。

#include <math.h>
double PI = acos(-1);