QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#734313#5. 在线 O(1) 逆元zyzzyhCompile Error//C++201.2kb2024-11-11 08:51:442024-11-11 08:51:45

Judging History

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

  • [2024-11-11 08:51:45]
  • 评测
  • [2024-11-11 08:51:44]
  • 提交

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(const int xx)
{
	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

implementer.cpp: In function ‘int main()’:
implementer.cpp:22:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   22 |         scanf("%d", &n);
      |         ~~~~~^~~~~~~~~~
answer.code: In function ‘int inv(int)’:
answer.code:15:17: error: ‘x’ was not declared in this scope; did you mean ‘xx’?
   15 |         res=res*x%mod;
      |                 ^
      |                 xx