#include int main(void){ int N; int a[10]={5,7,5,5,1,5,5,5,2,3}; scanf("%d",&N); printf("%d",a[N]); return 0; }