#include<fstream> using namespace std; ifstream fin("drug.in"); ofstream fout("drug.out"); int main() { fout<<'24.5'; }