#include #include using namespace std; int main(){ int n;cin>>n; cout << fixed << setprecision(10) << (double)(10000-n)/(10000+(98*n))*100 << endl; }