#include int main(void) { int n; int max=0; int count=0; scanf("%d",&n); max=n; while(n>1){ if(max