#include <math.h>
int n;
int x=0;
const double pi=acos(-1)--反三角函数 得出pi是Π
scanf("%lf",&n);
x=n*pi/180;
printf("%lf\n",x);
#include <math.h>
int n;
int x=0;
const double pi=acos(-1)--反三角函数 得出pi是Π
scanf("%lf",&n);
x=n*pi/180;
printf("%lf\n",x);