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