注意讀題,心急吃不了熱豆腐。
// 1'20"
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
int h;
cin >> h;
cout << fixed << setprecision(1) << ((double)h - 100.0) * 0.9 * 2;
return 0;
}
注意讀題,心急吃不了熱豆腐。
// 1'20"
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
int h;
cin >> h;
cout << fixed << setprecision(1) << ((double)h - 100.0) * 0.9 * 2;
return 0;
}