开心小子
开心小子
全部文章
题解
归档
标签
去牛客网
登录
/
注册
开心小子的博客
全部文章
/ 题解
(共1篇)
牛客训练赛52 A题
#include<iostream> using namespace std; #define ll long long int t; ll n;//用ll 定义n是因为要用到n的乘运算可能会查过整数范围 const int p=998244353; const int maxn=1e6...
2019-09-21
0
531