#include using namespace std; int main() { float n; cin >> n; cout << n - 1; }