// editor1
#include<stdio.h>
#include<math.h>
void main()
{
    float degree;
    scanf("%f\n",&degree);
    printf("%f",degree=radian);
}