#include <bits/stdc++.h> using namespace std; int x; int main(){ scanf("%d",&x); printf("%d",(x-2)*(x-1)/2); }