#include<bits/stdc++.h> using namespace std; int main() { double s=100; for(int i=1;i<=10;i++){ s=s/2.000000; } printf("%.6f",s); return 0; }