首页 > 司机写等式
头像 威风镰鼬
发表于 2022-02-10 13:57:34
思路 开long long 就行了。 代码 #include<bits/stdc++.h> #define inf 0x3f3f3f3f #define int long long using namespace std; const int N=2e5+7; const int mod 展开全文