#include <iostream>
#include <algorithm>
using namespace std;
int main(){
double profit;
cin>>profit;
const double INF=1e9;
double a[]={0,100000,200000,400000,600000,1000000,INF};
double radio[]={0.1,0.075,0.05,0.03,0.015,0.01};
int total;
//想象一个数轴,左边是0,右边是...