#include int main() { int X; std::cin >> X; std::cout << X-1 << std::endl; return 0; }