#include using namespace std; int main(){ int n; cin>>n; printf("%.3lf",(double) (10000-n)/(10000+98*n)*100); return 0; }