#include <bits/stdc++.h> using namespace std; int main( ) { int h=100; double m; m=1.0*767*h/256; cout<<fixed<<setprecision(2)<<m; return 0; }