0_0_30823616_27044.cpp:10:1: error: 'llm' does not name a type
llm[5]={31,37,41,43,47},a[5],n,t;
^
0_0_30823616_27044.cpp:10:24: error: expected unqualified-id before ',' token
llm[5]={31,37,41,43,47},a[5],n,t;
^
0_0_30823616_27044.cpp:10:29: error: expected constructor, destructor, or type conversion before ',' token
llm[5]={31,37,41,43,47},a[5],n,t;
^
0_0_30823616_27044.cpp:10:31: error: expected constructor, destructor, or type conversion before ',' token
llm[5]={31,37,41,43,47},a[5],n,t;
^
0_0_30823616_27044.cpp:10:33: error: expected constructor, destructor, or type conversion before ';' token
llm[5]={31,37,41,43,47},a[5],n,t;
^
0_0_30823616_27044.cpp:11:1: error: 'llf' does not name a type
llf[5][50][50];
^
0_0_30823616_27044.cpp: In function 'void function()':
0_0_30823616_27044.cpp:16:10: error: 'lli' was not declared in this scope
for (lli=0; i<5; i++)
^
0_0_30823616_27044.cpp:16:17: error: 'i' was not declared in this scope
for (lli=0; i<5; i++)
^
0_0_30823616_27044.cpp:18:9: error: 'f' was not declared in this scope
f[i][0][0]=1;
^
0_0_30823616_27044.cpp:20:14: error: 'llj' was not declared in this scope
for (llj=2; j<=m[i]; j++)
^
0_0_30823616_27044.cpp:20:21: error: 'j' was not declared in this scope
for (llj=2; j<=m[i]; j++)
^
0_0_30823616_27044.cpp:20:24: error: 'm' was not declared in this scope
for (llj=2; j<=m[i]; j++)
^
0_0_30823616_27044.cpp:23:18: error: 'llk' was not declared in this scope
for (llk=2; k<=j; k++)
^
0_0_30823616_27044.cpp:23:25: error: 'k' was not declared in this scope
for (llk=2; k<=j; k++)
^
0_0_30823616_27044.cpp: At global scope:
0_0_30823616_27044.cpp:29:6: error: expected constructor, destructor, or type conversion before '(' token
llget(lltot,llx)
^
0_0_30823616_27044.cpp:39:12: error: variable or field 'exgcd' declared void
void exgcd(llA,llB,ll& x,ll& y)
^
0_0_30823616_27044.cpp:39:12: error: 'llA' was not declared in this scope
0_0_30823616_27044.cpp:39:16: error: 'llB' was not declared in this scope
void exgcd(llA,llB,ll& x,ll& y)
^
0_0_30823616_27044.cpp:7:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_30823616_27044.cpp:39:20: note: in expansion of macro 'll'
void exgcd(llA,llB,ll& x,ll& y)
^
0_0_30823616_27044.cpp:7:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_30823616_27044.cpp:39:26: note: in expansion of macro 'll'
void exgcd(llA,llB,ll& x,ll& y)
^
|