QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#734320 | #5. 在线 O(1) 逆元 | zyzzyh | 60 | 5805ms | 3720kb | C++20 | 1.2kb | 2024-11-11 08:52:33 | 2024-11-11 08:52:33 |
Judging History
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;
}
详细
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