小凯的疑惑
Posted mendessy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小凯的疑惑相关的知识,希望对你有一定的参考价值。
找规律
#include <cstdio>
#include <iostream>
#include <algorithm>
#include <cstring>
#include <cmath>
#define int long long
using namespace std;
int a,b,ans=0;
signed main()
{
scanf("%lld %lld",&a,&b);
if(a>b) swap(a,b);
int c;
printf("%lld",(a-1)*b-a);
}
以上是关于小凯的疑惑的主要内容,如果未能解决你的问题,请参考以下文章