#include using namespace std; int main(){ int N; scanf("%d",&N); for(int i=0;i<30;i++){ if((1<=N){ printf("%d\n",i); return 0; } } return 0; }