没啥好说的了
#include<bits/stdc++.h> int main() { long long a, b; std :: cin >> a >> b, std :: cout << a * b - a - b; }
这样都嫌长