#include int main(void) { int n; int i; int r=1; int w=1; scanf("%d",&n); for(i=0;i=n){ break; } w++; } printf("%d",w); return 0; }