#include #define ll long long using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ ll n,m; cin>>n>>m; ll ans=(n*m)-1; cout<