#include int main(void){ double water=0,M=0,a; scanf("%d",&a); water=a*1.5; a=water-1; M++; while(a<1){ a=water-1; M++; } printf("%d",M); }