#include<cstdio>
#include<cstring>
#include<cctype>
#include<algorithm>
#define maxn 300005
using namespace std;
int n,m,wn[2][30],P=998244353;
int a,b,p,q;
inline pow(int base,int k,int P) // !!!
{
int ret=1;
for(;k;k>>=1,base=1ll*base*base%P) if(k&1) ret=1ll*ret*base % P;
return ret;
}
编译结果...
--------
- 错误: 0
- 警告: 0
- 输出文件名: C:\Users\Administrator\Desktop\项目1.exe
- 输出大小: 2.67203617095947 MiB
- 编译时间: 3.51s
为啥这都在Dev-C++上都能编译通过???
不要质疑楼主只是在水经验!!!
就因为这,模拟赛我爆零了555