p^4阶幺环个数公式
摘要://VC-Console #include <vector> #include <map> #include <iostream> using namespace std; int Legendre(int a,int p,int *x) { *x=0; if(a%p==0) return 0;//
阅读全文
posted @ 2022-08-18 17:40
posted @ 2022-08-18 17:40
Powered by:
博客园
Copyright © 2025 梦回第四帝国
Powered by .NET 9.0 on Kubernetes