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