1 条题解
-
0赵禹飏 LV 5 @ 2022-10-4 11:57:14
#include<bits/stdc++.h> using namespace std; int mo=1e9+7; int main(){ int gg=(mo+1)/2; int t; cin>>t; while(t--){ int n,m; cin>>n>>m; cout<<1ll*(n-m)*gg%mo<<endl; } }
- 1
信息
- ID
- 2710
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 8
- 标签
- 递交数
- 61
- 已通过
- 9
- 上传者