#include <stdio.h>
int main(){
    float degree;
    scanf("%f",&degree);
    float radians=degree * M_PI / 180;
    printf("%2f",radianS);
    return 0;
}    
    
    
    
    
    
    
    
    
    
    
    
}