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