无数人被小学奥数坑到家破人亡,我也不例外。
在此发博文告诫自己无论什么题目都要冷静思考,简单的题目不要想复杂,沉着冷静才能做到最好。
我爱OI,自然要爱屋及乌。我爱小学奥数。
#include<bits/stdc++.h>
using namespace std;
int main(){
long long a,b;
scanf("%lld%lld",&a,&b);
printf("%lld",a*b-a-b);
return 0;
}
无数人被小学奥数坑到家破人亡,我也不例外。
在此发博文告诫自己无论什么题目都要冷静思考,简单的题目不要想复杂,沉着冷静才能做到最好。
我爱OI,自然要爱屋及乌。我爱小学奥数。
#include<bits/stdc++.h>
using namespace std;
int main(){
long long a,b;
scanf("%lld%lld",&a,&b);
printf("%lld",a*b-a-b);
return 0;
}