Codeforces 225E 梅森素數

注:梅森素數,數組表示的是2^n-1的n,指數。 #include <stdio.h> #include <math.h> const int maxn = 40; const int MOD = 1e9+7; typedef long long ll; int a[45] = {2,3,5,7,13,17,19,31,61,89,107,127,521,607,1279,2203,2281
相關文章
相關標籤/搜索