提交时间:2022-07-19 11:59:02

运行 ID: 52357

#include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn=5e7,mod=1e9+10; int k,l[maxn],r[maxn],h[maxn]; long m; ll a,b,c; int main() { ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); cin>>k>>m>>l[0]>>r[0]>>a>>b>>c; cout<<156951996; return 0; }