QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#734320#5. 在线 O(1) 逆元zyzzyh60 5805ms3720kbC++201.2kb2024-11-11 08:52:332024-11-11 08:52:33

Judging History

你现在查看的是最新测评结果

  • [2024-11-11 08:52:33]
  • 评测
  • 测评结果:60
  • 用时:5805ms
  • 内存:3720kb
  • [2024-11-11 08:52:33]
  • 提交

answer

#include<bits/stdc++.h>
#include"inv.h"
using namespace std;
const int N = 1e6+100;
typedef long long ll;
const ll mod = 998244353;
ll a,b;
void init(int p)
{
	;
}
int inv(int x)
{
	ll res=1;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	res=res*x%mod;
	x=(ll)x*x%mod;
	return res;
}

Details


Pretests


Final Tests

Test #1:

score: 10
Accepted
time: 12ms
memory: 3656kb

Test #2:

score: 20
Accepted
time: 1163ms
memory: 3656kb

Test #3:

score: 30
Accepted
time: 5805ms
memory: 3720kb

Test #4:

score: 0
Time Limit Exceeded

Test #5:

score: 0
Time Limit Exceeded