码迷,mamicode.com
首页 > 其他好文 > 详细

小凯的疑惑

时间:2019-10-16 21:56:19      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:stream   ring   name   std   names   sign   algorithm   pre   amp   

找规律

#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);
}

小凯的疑惑

标签:stream   ring   name   std   names   sign   algorithm   pre   amp   

原文地址:https://www.cnblogs.com/mendessy/p/11688536.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!