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