#include #include int main(void) { int n; int h; int m; int t; int q; int z; scanf("%d",&n); printf("%d\n",n-1); return 0; }