提交时间:2026-01-04 15:28:16
运行 ID: 80704
#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; }