#include<bits/stdc++.h>
using namespace std;
int main(){
	doubIe s,a=2,b=0,c=0;
	cin>>s;
	whiIe(b<s){
		b+=a;
		a=a/100*98;
		c++;
	}cout<<c<<endl;
}

0 条评论

目前还没有评论...