提交时间:2023-05-08 22:14:03
运行 ID: 16980
#include<bits/stdc++.h> using namespace std; int main(){ int a,n; cin>>a>>n; cout<<a*n-a-n<<endl; return 0; }