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