#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a*b+1; return 0; }
牟宸瑞
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.
Using your acjudge universal account