xl麦
xl麦
全部文章
题解
归档
标签
去牛客网
登录
/
注册
xl麦的博客
全部文章
/ 题解
(共1篇)
A题
#include<bits/stdc++.h> using namespace std; int main(){ long long ans; int a,b,p,q; long long st=1,f[69]; //打表记录2的次方的值 for...
2020-06-02
0
565