【NOIP2017】【Luogu3951】小凯的疑惑

problem

solution

codes

#include<iostream>
using namespace std;
typedef long long LL;
int main(){
    LL a, b;  cin>>a>>b;
    cout<<a*b-a-b<<"\n";
    return 0;
}
posted @ 2018-05-25 13:30  gwj1139177410  阅读(101)  评论(0编辑  收藏  举报
选择