2020湖南省赛H题跪求解答

写了一天了 真不知道错哪了 救救孩子吧
题目链接 https://ac.nowcoder.com/acm/problem/214399

#include
#include 
#include
using namespace std;
typedef long long ll;
const int mod = 1e9+7;
const int k = 1e9;
ll a,b,x1,x2,y1,y2;
ll ans ;
ll cnt(ll a1,ll sum){
    return sum*a1%mod - sum*(sum-1)/2ll % mod;
}
int n = 10;
int main(){
    while(~scanf("%lld%lld",&a,&b)){
        ans = 0;
        scanf("%lld%lld%lld%lld",&x1,&x2,&y1,&y2);
        ans = (cnt(a,a)*cnt(b,b))%mod;
        ans %= mod;
        ll s = ((x2-x1)*(y2-y1)) % mod;
        ans = (ans+((a*b%mod) * s)%mod)%mod;
//        cout<<ans<<endl;
        if(a <= x1 || b <= y1){
            cout<<ans<<endl;
            continue;
        }
        if(a >= x2 && b >= y2)
            ans = (ans-(cnt(a-x1,x2-x1)*cnt(b-y1,y2-y1)%mod))%mod;
        if(a = y2)
            ans = (ans-(cnt(a-x1,a-x1)*cnt(b-y1,y2-y1)%mod))%mod;
        if(a >= x2 && b < y2)
            ans = (ans-(cnt(a-x1,x2-x1)*cnt(b-y1,b-y1)%mod))%mod;
        if(a < x2 && b < y2)
            ans = (ans-(cnt(a-x1,a-x1)*cnt(b-y1,b-y1)%mod))%mod;
        if(ans < 0) ans += mod;
        cout<<ans<<endl;
    }
    return 0;
}
全部评论
233333
10 回复 分享
发布于 2020-12-20 16:48
😁😁😁
10 回复 分享
发布于 2020-12-20 16:49
这个强智杯不太好吧
1 回复 分享
发布于 2020-12-20 16:37
为什么我一眼看成了**杯
1 回复 分享
发布于 2020-12-20 16:38

相关推荐

2024-11-22 23:00
华南理工大学 Java
求美团让我成为团孝子:帅不帅的不知道 不过我真是拨号机小姐的狗啊
投递TP-LINK等公司8个岗位
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务