#include #include #include #include #include #include #include #include using namespace std; #define long __int64 //#define __int64 long long #define REP(i,a,b) for(int i=a;i> n; ot = 1000000 * (n/10000) * 0.99; xt = 1000000 * (1-n/10000) * 0.01; //cout << ot << "," << xt << endl; ans = xt / (ot + xt) * 100; cout << ans << endl; return 0; }