Solution to the problem number 10970 of UVA - 10970.

Any questions do not hesitate to contact.

#include <bits/stdc++.h>
#define INF 0x3F3F3F3F
using namespace std;

int main()
{
 int n,m;
 while(scanf("%d%d",&n,&m)==2)
 {
    printf("%d\n", n*m-1);
 }
 return 0;
}

Don't miss anything.

Keep in touch with Isaac Lozano Osorio!