#include<iostream> using namespace std; int main(){ float a=100/2.0/2.0/2.0/2.0/2.0/2.0/2.0/2.0/2.0/2.0; printf("%f",a); return 0; }