#include using namespace std; int main(){ int n,m;cin>>n>>m; if(m==1){cout<<(n-1)*(n-2)<